浏览代码

Use coherent letter capitalization in extension dev docs

Jeremy Tuloup 5 年之前
父节点
当前提交
5055894272
共有 1 个文件被更改,包括 3 次插入3 次删除
  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
 ~~~~~~~~~~~~~