8
0
Szymon Kupś 9 лет назад
Родитель
Сommit
f7aa5d8627
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-image/src/imagestyle/imagestyle.js

+ 1 - 1
packages/ckeditor5-image/src/imagestyle/imagestyle.js

@@ -36,7 +36,7 @@ export default class ImageStyle extends Plugin {
 			this._createButton( style );
 		}
 
-		// If there is no default image toolbar configuration, add all style buttons.
+		// If there is no default image toolbar configuration, add all image styles buttons.
 		const imageToolbarConfig = this.editor.config.get( 'image.toolbar' );
 
 		if ( !imageToolbarConfig ) {