Преглед на файлове

Update src/widgettoolbarrepository.js

Docs: Improved documentation in `WidgetToolbarRepository`.

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

Maciej преди 7 години
родител
ревизия
a9487cefa9
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-widget/src/widgettoolbarrepository.js

+ 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.
  *