瀏覽代碼

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński 7 年之前
父節點
當前提交
286e1b5dc2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-list/CHANGELOG.md

+ 1 - 1
packages/ckeditor5-list/CHANGELOG.md

@@ -5,7 +5,7 @@ Changelog
 
 ### Other changes
 
-* Rename dlist attributes `indent` and `type` to `listIndent` and `listType` to avoid collisions with possible generic `type` attribute which could be used on other elements. Closes [#103](https://github.com/ckeditor/ckeditor5-list/issues/103). ([7a1ece6](https://github.com/ckeditor/ckeditor5-list/commit/7a1ece6))
+* Rename list attributes `indent` and `type` to `listIndent` and `listType` to avoid collisions with possible generic `type` attribute which could be used on other elements. Closes [#103](https://github.com/ckeditor/ckeditor5-list/issues/103). ([7a1ece6](https://github.com/ckeditor/ckeditor5-list/commit/7a1ece6))
 * Updated translations. ([340ee3d](https://github.com/ckeditor/ckeditor5-list/commit/340ee3d))
 
 ### BREAKING CHANGES