소스 검색

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' );