Explorar o código

Use coherent letter capitalization in extension dev docs

Jeremy Tuloup %!s(int64=5) %!d(string=hai) anos
pai
achega
5055894272
Modificáronse 1 ficheiros con 3 adicións e 3 borrados
  1. 3 3
      docs/source/developer/extension_dev.rst

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

@@ -26,10 +26,10 @@ Tutorials
 
 We provide a set of guides to get started writing third-party extensions for JupyterLab:
 
-- :ref:`extension_tutorial`: an in-depth tutorial to learn how to make a simple JupyterLab extension.
-- The `JupyterLab Extension Examples Repository <https://github.com/jupyterlab/extension-examples>`_: a short tutorial series
+- :ref:`extension_tutorial`: An in-depth tutorial to learn how to make a simple JupyterLab extension.
+- The `JupyterLab Extension Examples Repository <https://github.com/jupyterlab/extension-examples>`_: A short tutorial series
   to learn how to develop extensions for JupyterLab, by example.
-- :ref:`developer-extension-points`: a list of the most common JupyterLab extension points.
+- :ref:`developer-extension-points`: A list of the most common JupyterLab extension points.
 
 Cookiecutters
 ~~~~~~~~~~~~~