Parcourir la source

Docs: Corrected the changelog. [skip ci]

Piotrek Koszuliński il y a 7 ans
Parent
commit
286e1b5dc2
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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