소스 검색

Small docs fix.

Szymon Kupś 8 년 전
부모
커밋
0be5d09e9c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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.