瀏覽代碼

Typo fix.

Szymon Kupś 9 年之前
父節點
當前提交
ca0ba2d16a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-image/src/imagealternatetext/imagealternatetextcommand.js

+ 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