浏览代码

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