Explorar o código

Fix docs typo.

Mateusz Samsel %!s(int64=6) %!d(string=hai) anos
pai
achega
c41d7137a8
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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}.
  *