소스 검색

Docs fixes.

Szymon Cofalik 9 년 전
부모
커밋
dae9dca04e
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.