Parcourir la source

Code style: Typo fixes.

Maciej Gołaszewski il y a 7 ans
Parent
commit
e932ba6b1f

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

@@ -91,7 +91,7 @@ export default class AlignmentCommand extends Command {
 	}
 
 	/**
-	 * Checks whether block can have aligned set.
+	 * Checks whether block can have alignment set.
 	 *
 	 * @private
 	 * @param {module:engine/model/element~Element} block A block to be checked.

+ 2 - 2
packages/ckeditor5-alignment/tests/manual/alignmentconfig.md

@@ -1,7 +1,7 @@
 ### Loading
 
 1. The data should be loaded with:
-  * four paragraphs each with different text-alignemnt set,
+  * four paragraphs each with different text-alignment set,
   * two first paragraphs should be aligned to left,
   * third paragraph should be centered,
   * fourth paragraph should be justified,
@@ -13,7 +13,7 @@
 Alignment dropdown button should change to:
 - "left" icon when text has default (left) alignment,
 - "center" icon when text is centered,
-- "jusifty" icon when text is justified.
+- "justify" icon when text is justified.
 
 "Center" alignment button:
 1. should be highlighted only in third paragraph,