@@ -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