diff --git a/docs/source/developers/extensions.rst b/docs/source/developers/extensions.rst index f9e1178d26..180750e008 100644 --- a/docs/source/developers/extensions.rst +++ b/docs/source/developers/extensions.rst @@ -399,7 +399,7 @@ Putting it all together, authors can distribute their extension following this s .. code-block:: console - jupyter server disable myextension + jupyter server extension disable myextension which will change the boolean value in the JSON file above.