Steven Silvester 8 년 전
부모
커밋
2b42774b6d
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      tutorial/extensions.md

+ 2 - 2
tutorial/extensions.md

@@ -31,10 +31,10 @@ editor widget factory with the Document Registry.
 The default providers in the JupyterLab application include:
 - Services - An application-specific interface to `jupyter-js-services`.
 - RenderMime - The registry for adding kernel `display_data` renderers.
-- Document Registry - Used to add functionality around widgets backed by files
+- Document Registry - Used to add functionality around widgets backed by files.
 - Clipboard - The application-wide clipboard for arbitrary MIME data.
 
-The default extension in the application include:
+The default extensions in the application include:
 - Command palette - Adds a command palette widget to the sidebar.
 - Widget manager - Manages comm channels for ipywidgets.
 - Terminal - Adds the ability to create command prompt terminals.