ソースを参照

Docs: More Editor#state improvements.

Oskar Wróbel 7 年 前
コミット
3a429bbdee
1 ファイル変更2 行追加2 行削除
  1. 2 2
      packages/ckeditor5-core/src/editor/editor.js

+ 2 - 2
packages/ckeditor5-core/src/editor/editor.js

@@ -107,8 +107,8 @@ export default class Editor {
 		/**
 		 * Indicates editor initialization status.
 		 * The following statuses are available:
-		 * * initializing -  during the editor initialization
-		 * * ready - after the editor initialization (editor is ready to work)
+		 * * initializing - during the editor initialization
+		 * * ready - after the promise returned by the {@link #create editor create} method is resolved
 		 * * destroyed - after the {@link #destroy editor destroy} method was called
 		 *
 		 * @observable