ソースを参照

Docs: Improved link rendering.

Piotrek Koszuliński 7 年 前
コミット
42dec79f54
1 ファイル変更1 行追加1 行削除
  1. 1 1
      packages/ckeditor5-core/src/editor/editorui.js

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

@@ -65,7 +65,7 @@ export default class EditorUI {
 	}
 
 	/**
-	 * Fires the {@link module:core/editor/editorui~EditorUI#event:update} event.
+	 * Fires the {@link module:core/editor/editorui~EditorUI#event:update `update`} event.
 	 */
 	update() {
 		this.fire( 'update' );