Explorar el Código

Docs: Fixed link.

Krzysztof Krztoń hace 7 años
padre
commit
b95886648d
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-core/src/editor/editorui.js

+ 1 - 1
packages/ckeditor5-core/src/editor/editorui.js

@@ -125,7 +125,7 @@ export default class EditorUI {
 	/**
 	 * Fired when the editor UI is ready.
 	 *
-	 * Fired after {@link module:core/editor/editor~Editor#event:pluginsReady} and before
+	 * Fired after {@link module:core/plugincollection~PluginCollection#event:ready} and before
 	 * {@link module:core/editor/editor~Editor#event:dataReady}.
 	 *
 	 * @event ready