Ver código fonte

Update src/widgettoolbarrepository.js

Docs: Improved documentation in `WidgetToolbarRepository`.

Co-Authored-By: oleq <a.nowodzinski@cksource.com>

Maciej 7 anos atrás
pai
commit
a9487cefa9

+ 1 - 1
packages/ckeditor5-widget/src/widgettoolbarrepository.js

@@ -243,7 +243,7 @@ function isWidgetSelected( selection ) {
 
 /**
  * The toolbar definition object used by the toolbar repository to manage toolbars.
- * It contains additional information necessary to display the toolbar in the
+ * It contains information necessary to display the toolbar in the
  * {@link module:ui/panel/balloon/contextualballoon~ContextualBalloon contextual balloon} and
  * update it during its life (display) cycle.
  *