Szymon Kupś 9 年 前
コミット
ca0ba2d16a

+ 1 - 1
packages/ckeditor5-image/src/imagealternatetext/imagealternatetextcommand.js

@@ -22,7 +22,7 @@ export default class ImageAlternateTextCommand extends Command {
 	constructor( editor ) {
 		super( editor );
 		/**
-		 * The current command value - `false` if there is no `alt` attribute, otherwise contains string wilt `alt`
+		 * The current command value - `false` if there is no `alt` attribute, otherwise contains string with `alt`
 		 * attribute value.
 		 *
 		 * @readonly