瀏覽代碼

Minor docs fixes.

Piotrek Koszuliński 7 年之前
父節點
當前提交
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).