Explorar o código

Docs: Editor#state improvements.

Oskar Wróbel %!s(int64=7) %!d(string=hai) anos
pai
achega
f4a869fb75
Modificáronse 1 ficheiros con 3 adicións e 4 borrados
  1. 3 4
      packages/ckeditor5-core/src/editor/editor.js

+ 3 - 4
packages/ckeditor5-core/src/editor/editor.js

@@ -106,11 +106,10 @@ export default class Editor {
 
 		/**
 		 * Indicates editor initialization status.
-		 *
 		 * The following statuses are available:
-		 * * initializing -  during initialization chain
-		 * * ready - after initializing chain, the editor is ready to work
-		 * * destroyed - after destroy, editor and all plugins are destroyed
+		 * * initializing -  during the editor initialization
+		 * * ready - after the editor initialization (editor is ready to work)
+		 * * destroyed - after the {@link #destroy editor destroy} method was called
 		 *
 		 * @observable
 		 * @member {'initializing'|'ready'|'destroyed'} #state