Prechádzať zdrojové kódy

Change 'can be' to 'are' per video

Carol Willing 8 rokov pred
rodič
commit
a28508c7c8
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      tutorial/documents.md

+ 1 - 1
tutorial/documents.md

@@ -97,7 +97,7 @@ Manager.
 The top level widget created by the Document Manager that wraps the widget
 returned by the widget factory.
 
-Document wrappers are used because they can be created synchronously; while,
+Document wrappers are used because they are created synchronously; while,
 the widgets created using the widget factory are created asynchronously after
 potentially loading data from disk. Some interfaces (like drag and drop)
 require a widget to be returned synchronously.