-
Notifications
You must be signed in to change notification settings - Fork 22.7k
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 spelling mistask #35954
Fix a spelling mistask #35954
Conversation
fix a spelling mistask
Thanks for submitting a PR, the correct spelling is indeed, |
Preview URLs |
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
@OnkarRuikar I'm a bit puzzled why this is not caught by the spell checker.
@Josh-Cena Because the Cspell thinks it's a valid word: fsh$ npx cspell trace "progess"
Word F Dictionary Dictionary Location
progess - [flagWords]* From Settings `flagWords`
progess - [ignoreWords]* From Settings `ignoreWords`
progess - [suggestWords]* From Settings `suggestWords`
progess - [words]* From Settings `words`
...
progess - django* node_modules/@cspell/dict-django/dict/django.txt
prog+ess * en_us* node_modules/@cspell/dict-en_us/en_US.trie.gz <=== Note
progess - en-us-common-misspe* node_modules/@cspell/dict-en-common-misspellings/dict-en-us.yaml
... |
Nice, I didn't know you can do that. And weird that |
The |
Out of curiosity I wonder why they have it in the dictionary. And there's very possibly other uncaught typos like this. |
Let us continue the discussion in #36004 |
fix a spelling mistask
Description
Motivation
Additional details
Related issues and pull requests