Mateusz Samsel 6 anni fa
parent
commit
c41d7137a8
1 ha cambiato i file con 2 aggiunte e 2 eliminazioni
  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}.
  *