Explorar o código

Docs: More Editor#state improvements.

Oskar Wróbel %!s(int64=7) %!d(string=hai) anos
pai
achega
3a429bbdee
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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