Przeglądaj źródła

API docs fix. [ignore ci]

Piotrek Koszuliński 9 lat temu
rodzic
commit
fcb657edbf
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      packages/ckeditor5-link/src/link.js

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

@@ -59,7 +59,7 @@ export default class Link extends Feature {
 
 	/**
 	 * Creates a toolbar link button. Clicking this button will show
-	 * {@link link.Link#balloonPanel} attached to the selection.
+	 * {@link link.Link#balloonPanelView} attached to the selection.
 	 *
 	 * @private
 	 */