Steven Silvester 8 роки тому
батько
коміт
d83544d266
1 змінених файлів з 4 додано та 4 видалено
  1. 4 4
      tutorial/documents.md

+ 4 - 4
tutorial/documents.md

@@ -19,10 +19,10 @@ Create a model for a given file.  Models are generally differentiated by
 the contents options used to fetch the model (e.g. text, base64, notebook).
 the contents options used to fetch the model (e.g. text, base64, notebook).
 
 
 ## Widget Extensions
 ## Widget Extensions
-Add additional functionality to a widget. An extension instance is created 
+Add additional functionality to a widget type. An extension instance is 
-for each widget.  An example is the ipywidgets extension that is created 
+created  for each widget instance.  An example is the ipywidgets extension 
-for NotebookPanel widgets.  Another example would be to add a button to the 
+that is created for NotebookPanel widgets.  Another example would be to add a 
-toolbar of each NotebookPanel widget.
+button to the toolbar of each NotebookPanel widget.
 
 
 ## File Types 
 ## File Types 
 Intended to be used in a "Create New" dialog, providing a list of known 
 Intended to be used in a "Create New" dialog, providing a list of known