8
0
Piotrek Koszuliński 7 лет назад
Родитель
Сommit
c6ff1c8dfb
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-alignment/docs/features/text-alignment.md

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

@@ -5,7 +5,7 @@ category: features
 
 {@snippet features/build-text-alignment-source}
 
-The {@link module:alignment/alignment~Alignment} feature enables support for text alignment. You can use it to align your content to left, right and center or justify it. 
+The {@link module:alignment/alignment~Alignment} feature enables support for text alignment. You can use it to align your content to left, right and center or justify it.
 
 ## Demo
 
@@ -80,7 +80,7 @@ ClassicEditor
 
 The {@link module:alignment/alignment~Alignment} plugin registers:
 
-* Drop-down: `'alignment'`.
+* Dropdown: `'alignment'`.
 * Buttons: `'alignment:left'`, `'alignment:right'`, `'alignment:center'`, `'alignment:justify'`.
 
 	The number of options and their names are based on the {@link module:alignment/alignment~AlignmentConfig#options `alignment.options`} configuration option).