Browse Source

Docs: Improved link rendering.

Piotrek Koszuliński 7 years ago
parent
commit
42dec79f54
1 changed files with 1 additions and 1 deletions
  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' );