浏览代码

Fix docs typo.

Mateusz Samsel 6 年之前
父节点
当前提交
c41d7137a8
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      packages/ckeditor5-ui/src/dropdown/utils.js

+ 2 - 2
packages/ckeditor5-ui/src/dropdown/utils.js

@@ -123,8 +123,8 @@ export function createDropdown( locale, ButtonClass = DropdownButtonView ) {
  *		dropdown.render()
  *		document.body.appendChild( dropdown.element );
  *
- * **Please note:** {@link module:ui/toolbar/toolbarview~ToolbarView ToolbarView} instance created for this dropdown has obligatory
- * {@link module:utils/locale~Locale} argument. This why passed dropdownView has to have defined locale as well.
+ * **Please note:** {@link module:ui/toolbar/toolbarview~ToolbarView ToolbarView} instance created for this dropdown has an obligatory
+ * {@link module:utils/locale~Locale} argument. This is why the passed dropdownView has to have defined the locale as well.
  *
  * See {@link module:ui/dropdown/utils~createDropdown} and {@link module:ui/toolbar/toolbarview~ToolbarView}.
  *