Explorar o código

Docs: Corrected the changelog. [skip ci]

Marek Lewandowski %!s(int64=5) %!d(string=hai) anos
pai
achega
8d8bb58dbd
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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