瀏覽代碼

Docs: Fixed small issues.

Piotrek Koszuliński 8 年之前
父節點
當前提交
ec18bd5978

+ 4 - 4
packages/ckeditor5-alignment/src/alignmentediting.js

@@ -30,10 +30,10 @@ export default class AlignmentEditing extends Plugin {
 	/**
 	 * List of supported alignment styles:
 	 *
-	 * - left
-	 * - right
-	 * - center
-	 * - justify
+	 * * `'left'`,
+	 * * `'right'`,
+	 * * `'center'`,
+	 * * `'justify'`
 	 *
 	 * @static
 	 * @readonly

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

@@ -42,10 +42,10 @@ export default class AlignmentUI extends Plugin {
 	 * The following localized titles corresponding with
 	 * {@link module:alignment/alignmentediting~AlignmentEditingConfig#styles} are available:
 	 *
-	 * * `'Left'`,
-	 * * `'Right'`,
-	 * * `'Center'`,
-	 * * `'Justify'`
+	 * * `'left'`,
+	 * * `'right'`,
+	 * * `'center'`,
+	 * * `'justify'`
 	 *
 	 * @readonly
 	 * @type {Object.<String,String>}