浏览代码

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
 ### 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
 ### Features