Skip to content

Commit 017c52e

Browse files
authored
Update server extension disable instructions (#998)
The current server extension disable instructions are incorrect, they are missing the keyword `extension`.
1 parent cc99a8f commit 017c52e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/source/developers/extensions.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -399,7 +399,7 @@ Putting it all together, authors can distribute their extension following this s
399399

400400
.. code-block:: console
401401
402-
jupyter server disable myextension
402+
jupyter server extension disable myextension
403403
404404
which will change the boolean value in the JSON file above.
405405

0 commit comments

Comments
 (0)