-
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 a few typos and other spelling issues #265
Fix a few typos and other spelling issues #265
Conversation
If you prefer I can make one big PR with all the typos - or I can try to small batch ? Let me know ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Thank you :)
There are still typos left, I will open a PR with the following ones. I will squash and merge this - it seems to be more appropriate in this case ? For the commit message - I took advice in the wiki, let me know for future messages if there is something I should take in account ? |
Enabling spellchecking to allow us to find typos automatically in new PRs. Previous PRs involved fixing existing typos: #269, #265 This PR is about: * add sphinxcontrib-spelling to requirements * use sphinx-build -b spelling in the Makefile. `make test` runs it * update configuration and set it up * creating a correctly spelled spelling_wordlist.txt to be used when spellchecking.
Related to #257 .