Explorar el Código

Docs: Fixed a broken @link in the ButtonView class.

Aleksander Nowodzinski hace 8 años
padre
commit
ae9e6bd431
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-ui/src/button/buttonview.js

+ 1 - 1
packages/ckeditor5-ui/src/button/buttonview.js

@@ -61,7 +61,7 @@ export default class ButtonView extends View {
 		this.set( 'tooltip' );
 
 		/**
-		 * The position of the tooltip. See {@link ui/tooltip/tooltipview~TooltipView#position}
+		 * The position of the tooltip. See {@link module:ui/tooltip/tooltipview~TooltipView#position}
 		 * to learn more about the available position values.
 		 *
 		 * **Note:** It makes sense only when the {@link #tooltip} is active.