-
Notifications
You must be signed in to change notification settings - Fork 288
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 #3578
Fix typos #3578
Conversation
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.
Appreciate this, we don't have the bandwidth to integrate the actual typos tool at this exact point in time, it would need to be integrated into our Makefile system. We can merge the actual typos fixes though.
_typos.toml
Outdated
@@ -0,0 +1,24 @@ | |||
[default] |
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.
Delete this file since we aren't integrating the tool for now.
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.
done
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.
Ran tests and verified locally, thank you for the contribution!
Fix all typos found with the help of https://github.com/crate-ci/typos, also added a
_typos.yaml
with appropriate exclusions.If you like this, the typos check can also be added to GH Actions with: https://github.com/crate-ci/typos/blob/master/docs/github-action.md