Bladeren bron

Docs: More Editor#state improvements.

Oskar Wróbel 7 jaren geleden
bovenliggende
commit
3a429bbdee
1 gewijzigde bestanden met toevoegingen van 2 en 2 verwijderingen
  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