Parcourir la source

Sphinx change

Saul Shanabrook il y a 5 ans
Parent
commit
dfcee548df
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      docs/source/developer/extension_dev.rst

+ 1 - 1
docs/source/developer/extension_dev.rst

@@ -252,7 +252,7 @@ Another option to try out your extension with a local version of JupyterLab is t
 list of locally installed packages and to have JupyterLab register your extension when it starts up.
 
 You can do this by adding your extension to the ``jupyterlab.externalExtensions`` key
- in the ``dev_mode/package.json`` file. It should be a mapping
+in the ``dev_mode/package.json`` file. It should be a mapping
 of extension name to version, just like in ``dependencies``. Then run ``jlpm run integrity``
 and these extensions should be added automatically to the ``dependencies`` and pulled in.