|
|
@@ -294,7 +294,7 @@ describe( 'ImageResizeButtons', () => {
|
|
|
} );
|
|
|
|
|
|
const errMsg = 'The resize option "imageResize:noicon" misses the "icon" property ' +
|
|
|
- 'or the property value doesn\'t match any of available icons.';
|
|
|
+ 'or the property value doesn\'t match any of the available icons.';
|
|
|
|
|
|
expectToThrowCKEditorError( () => {
|
|
|
editor.ui.componentFactory.create( 'imageResize:noicon' );
|