8
0
Просмотр исходного кода

Internal: Use dropdown instead of drop-down. Closes ckeditor/ckeditor5#891. [skip ci]

Piotrek Koszuliński 7 лет назад
Родитель
Сommit
4344ed86d0

+ 1 - 1
packages/ckeditor5-alignment/docs/features/text-alignment.md

@@ -35,7 +35,7 @@ ClassicEditor
 
 ## Configuring the toolbar
 
-You can choose to use the alignment drop-down (`'alignment'`) or configure the toolbar to use separate buttons for each of the options:
+You can choose to use the alignment dropdown (`'alignment'`) or configure the toolbar to use separate buttons for each of the options:
 
 ```js
 ClassicEditor

+ 1 - 1
packages/ckeditor5-alignment/src/alignmentui.js

@@ -29,7 +29,7 @@ const icons = new Map( [
  * The default alignment UI plugin.
  *
  * It introduces the `'alignment:left'`, `'alignment:right'`, `'alignment:center'` and `'alignment:justify'` buttons
- * and the `'alignment'` drop-down.
+ * and the `'alignment'` dropdown.
  *
  * @extends module:core/plugin~Plugin
  */