Преглед на файлове

Docs: Corrected the changelog. [skip ci]

Marek Lewandowski преди 5 години
родител
ревизия
8d8bb58dbd
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-editor-inline/CHANGELOG.md

+ 1 - 1
packages/ckeditor5-editor-inline/CHANGELOG.md

@@ -5,7 +5,7 @@ Changelog
 
 ### MAJOR BREAKING CHANGES
 
-* From now on, the inline toolbar groups overflowing items by default. This behavior can be disabled via the editor config by setting the [`config.toolbar.shouldNotGroupWhenFull: true`](https://ckeditor.com/docs/ckeditor5/latest/api/module_core_editor_editorconfig-EditorConfig.html#member-toolbar) option.
+* From now on, the inline toolbar groups overflowing items by default. This behavior can be disabled by setting the [`config.toolbar.shouldNotGroupWhenFull`](https://ckeditor.com/docs/ckeditor5/latest/api/module_ui_toolbar_toolbarview-ToolbarOptions.html#member-shouldGroupWhenFull) configuration option to `true`.
 
 ### Features