-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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 #11348
Fix typos #11348
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #11348 +/- ##
=======================================
Coverage 91.91% 91.91%
=======================================
Files 432 432
Lines 20350 20350
=======================================
Hits 18705 18705
Misses 1271 1271
Partials 374 374 ☔ View full report in Codecov by Sentry. |
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.
Thanks for the fixes, just a couple of suggestions
Co-authored-by: Alex Boten <[email protected]>
Just thought I'd contribute some typo fixes I stumbled upon. Nothing controversial (hopefully), just 72 simple fixes. Use the following command to get a quick and dirty summary of the specific corrections made: ```shell git diff HEAD^! --word-diff-regex='\w+' -U0 \ | grep -E '\[\-.*\-\]\{\+.*\+\}' \ | sed -r 's/.*\[\-(.*)\-\]\{\+(.*)\+\}.*/\1 \2/' \ | sort | uniq -c | sort -n ``` FWIW, the top typos are: * invokable (16) * subsciption (15) * decison (7) * reques (3) * dissallow (3) * documenation (3) * locahost (3) * prerequistes (2) * assinged (2) * extenions (2) --------- Co-authored-by: Alex Boten <[email protected]>
Just thought I'd contribute some typo fixes I stumbled upon. Nothing controversial (hopefully), just 72 simple fixes.
Use the following command to get a quick and dirty summary of the specific corrections made:
FWIW, the top typos are: