8
0
Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
169acc775a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-editor-inline/src/inlineeditorui.js

+ 1 - 1
packages/ckeditor5-editor-inline/src/inlineeditorui.js

@@ -156,7 +156,7 @@ export default class InlineEditorUI extends EditorUI {
 			toolbar
 		} );
 
-		// Set toolbar's max-width on the initialization and update it on the editable resize,
+		// Set the toolbar's max-width on the initialization and update it on the editable resize,
 		// if 'shouldToolbarGroupWhenFull' in config is set to 'true'.
 		if ( !this._toolbarConfig.shouldNotGroupWhenFull ) {
 			const widthObserver = getResizeObserver( () => {