8
0
Oskar Wróbel 7 лет назад
Родитель
Сommit
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
 	 */
 }