@@ -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
@@ -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
*/