Szymon Kupś 8 lat temu
rodzic
commit
a6d065d3fd
1 zmienionych plików z 2 dodań i 2 usunięć
  1. 2 2
      packages/ckeditor5-link/src/link.js

+ 2 - 2
packages/ckeditor5-link/src/link.js

@@ -354,8 +354,8 @@ export default class Link extends Plugin {
 	}
 
 	/**
-	 * Makes the UI react to the {@link module:engine/view/document~Document#event:change} in the view
-	 * document to reposition itself as the document changes.
+	 * Makes the UI react to the {@link module:engine/view/view~View#event:render} in the view to
+	 * reposition itself as the document changes.
 	 *
 	 * See: {@link #_hideUI} to learn when the UI stops reacting to the `render` event.
 	 *