Sfoglia il codice sorgente

API docs fix. [ignore ci]

Piotrek Koszuliński 9 anni fa
parent
commit
fcb657edbf
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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
 	 */