8
0
Szymon Cofalik 9 rokov pred
rodič
commit
dae9dca04e

+ 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.