-
-
Notifications
You must be signed in to change notification settings - Fork 354
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 #1835
Fix typos #1835
Conversation
Thank you 💚 The CI is red, it seems that the source code changes aren't consistent?
Up for a PR? You can fork the repository to test your CI changes. |
I let you add typos to CI:
[files]
extend-exclude = [
".git/",
"CHANGELOG.md",
"examples/i18n/locales/translations.js",
"test-deprecated-design/i18n/locales/translations.js",
]
ignore-hidden = false
[default]
extend-ignore-re = [
"\\[[0-9a-f]{7}\\]",
"scss\\|styl\\|stylus",
] |
Thinking of it, it's best we only fix the typos for the documentation. The source code typo fixes would induce a lot of merge conflicts for the pending PRs and branches. |
Now you have the tools. Please revert any directory you wish. This PR is mainly a promotion for |
Closing in favor of #1836. Thank you for getting this started! |
Glad to contribute. |
Follow up: #1839. |
Found a sea of misspellings.
@brillout Please consider using https://github.com/crate-ci/typos everywhere.
All the best to you!