ソースを参照

Docs: Fixed invalid docs.

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

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

@@ -95,7 +95,7 @@ export default class EditorUI {
 	 * It is fired after each {@link module:engine/view/document~Document#event:layoutChanged} event
 	 * besides it can be fired manually through {@link module:core/editor/editorui~EditorUI#update} method.
 	 *
-	 * @event core/editor/editorui~EditorUI#event:update
+	 * @event update
 	 */
 }