8
0
Pārlūkot izejas kodu

Small docs fix.

Szymon Kupś 7 gadi atpakaļ
vecāks
revīzija
0be5d09e9c
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/ckeditor5-link/src/link.js

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

@@ -354,7 +354,7 @@ export default class Link extends Plugin {
 	}
 
 	/**
-	 * Makes the UI react to the {@link module:engine/view/document~Document#event:render} in the view
+	 * 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.
 	 *
 	 * See: {@link #_hideUI} to learn when the UI stops reacting to the `render` event.