🎨 Style: fix typo

This commit is contained in:
Cell
2022-02-25 21:26:24 +08:00
parent 64204fd11e
commit 5fa479c73a
2 changed files with 3 additions and 3 deletions
+2 -2
View File
@@ -15,12 +15,12 @@ All notable changes to this project will be documented in this file.
- :sparkles: Feat: add Gravatar mirror site support ([#66](https://github.com/Lruihao/FixIt/pull/66)@ctj12461)
- :sparkles: Feat: add archive count display ([#33](https://github.com/Lruihao/FixIt/issues/33))
- :sparkles: Feat: add details shortcode ([#68](https://github.com/Lruihao/FixIt/issues/68))
- :sparkles: Feat: add markdown support for 'title' parameter of the admonition shortcode
- :sparkles: Feat: add markdown support for **title** parameter of the admonition shortcode
- :sparkles: Feat: add 9 newly supported social links ([#17](https://github.com/Lruihao/FixIt/issues/17))
- :sparkles: Feat: update cell-watermark 1.0.3 and CDN support (fontFamily supported)
- :mag: Feat: add 360 and sougou seo support
- :lipstick: Style: add radius of the scrollbar
- :pencil2: Style: fix typo "discription" should be "description" ([#60](https://github.com/Lruihao/FixIt/issues/60))
- :pencil2: Style: fix typo *discription* should be **description** ([#60](https://github.com/Lruihao/FixIt/issues/60))
- :fire: Feat: remove shortcode cardlink ([#42](https://github.com/Lruihao/FixIt/issues/42))
- **Full Changelog:** [`v0.2.12...v0.2.13`](https://github.com/Lruihao/FixIt/compare/v0.2.12...v0.2.13)
@@ -1337,7 +1337,7 @@ console.log('Hello FixIt!');
{{</* details "**Copyright** 2022." */>}}
*All pages and graphics on this web site are the property of FixIt.*
{{</* /details */>}}
Or
或者
{{</* details summary="**Copyright** 2022." */>}}
*All pages and graphics on this web site are the property of FixIt.*
{{</* /details */>}}