Explorar el Código

API docs fix. [ignore ci]

Piotrek Koszuliński hace 9 años
padre
commit
fcb657edbf
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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
 	 */