jothepro / doxygen-awesome-css

Custom CSS theme for doxygen html-documentation with lots of customization parameters.
https://jothepro.github.io/doxygen-awesome-css/
MIT License
1.02k stars 118 forks source link

Fix typo #103

Closed GACLove closed 1 year ago

GACLove commented 1 year ago

It was a pretty amazing project and I loved it, but I found some typos, so I fixed them and provided spell-checking hooks,hopefully that was useful。

# how use
# pip3 install pre-commit
# pre-commit run --all-files --verbose
#
# ❯ pre-commit run --all-files --verbose
# codespell................................................................Failed
# - hook id: codespell
# - duration: 0.2s
# - exit code: 65

# docs/tricks.md:47: choosen ==> chosen
# docs/customization.md:29: wether ==> weather, whether
# doxygen-awesome.css:163: collapsable ==> collapsible
jothepro commented 1 year ago

I am not yet sure if I want to have a pre-commit hook for that. I'll keep the PR open for now. In any case I've fixed the typos in https://github.com/jothepro/doxygen-awesome-css/commit/f8dc902f4e9a897d5963bddccf3e9666dff19da3, thx for pointing them out!