-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix typos #258
Fix typos #258
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## dev #258 +/- ##
=======================================
Coverage 75.06% 75.06%
=======================================
Files 27 27
Lines 11892 11892
=======================================
Hits 8927 8927
Misses 2965 2965 ☔ View full report in Codecov by Sentry. |
Hey, thanks again for hunting down spelling mistakes ! Indeed adding "codespell" to the pre-commit hooks would be nice... (and from your PR it also seems highly necessary... 😅 )! To get this done properly, the following things are required:
|
cfc9e95
to
e56785e
Compare
Cool, I have added the pre-commit hook and docs, and rebased to |
963acdf
to
d3a8267
Compare
d3a8267
to
963acdf
Compare
Hey, thank you very much for implementing this! |
Co-authored-by: Raphael Quast <[email protected]>
Thanks again for your efforts! I've merged the PR into the dev-branch so it will be included in the next release! |
Some more typos. This time, I used
codespell
to detect these automatically.If you like, I can configure this codespell tool as a pre-commit hook, so you can automatically detect any typos in the future.