소스 검색

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