Sfoglia il codice sorgente

Docs: Improved link rendering.

Piotrek Koszuliński 7 anni fa
parent
commit
42dec79f54
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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' );