Browse Source

Docs: Fixed invalid docs.

Oskar Wróbel 7 năm trước cách đây
mục cha
commit
1a606d8d1f
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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
 	 */
 }