Ver Fonte

Docs fixes.

Szymon Cofalik há 9 anos atrás
pai
commit
dae9dca04e
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      packages/ckeditor5-engine/src/treemodel/document.js

+ 1 - 1
packages/ckeditor5-engine/src/treemodel/document.js

@@ -182,7 +182,7 @@ export default class Document {
 	}
 
 	/**
-	 * Enqueue a callback with document changes. Any changes to be done on document (mostly using {@link core.treeModel.Document#batch}
+	 * Enqueues document changes. Any changes to be done on document (mostly using {@link core.treeModel.Document#batch}
 	 * should be placed in the queued callback. If no other plugin is changing document at the moment, the callback will be
 	 * called immediately. Otherwise it will wait for all previously queued changes to finish happening. This way
 	 * queued callback will not interrupt other callbacks.