-
Notifications
You must be signed in to change notification settings - Fork 59.8k
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
chore: Typo roundup with cSpell #733
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.
🎉 Fantastic pull request. aloglia
has bugged me more than once 😂
@@ -2416,7 +2416,7 @@ type Commit implements GitObject & Node & Subscribable & UniformResourceLocatabl | |||
committedDate: DateTime! | |||
|
|||
""" | |||
Check if commited via GitHub web UI. | |||
Check if committed via GitHub web UI. |
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.
Just adding a comment here, that these may be generated bugs from the product itself that need to be rebased out of this PR and addressed upstream
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.
Ooh, yeah, let me triage this for the ecosystem team so they can check out whether all of these can be merged 👍
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.
No problem, I think these were in the JSON files too, but I didn't touch those
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.
👋 @nschonni Thanks for all of these awesome typo catches! Some of these files are automatically generated and some I just think we should leave because they are comments in scripts that would require an engineering review. Once you remove changes from these directories, this should be good to go:
tests/
scripts/
lib/
data/graphql/
data/glossaries/
@runleonarun I'll see if I can figure out how to |
@heiskr I pulled that change out for the content folks, but I'll resubmit it after this lands. Feel free to copy/submit the fix ahead of that though 😉 |
@runleonarun I rebased and threw on an extra commit because the heroku deploy stalled on the previous commit |
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.
This looks great! Thank you for removing those extra changes. 🙇
Thanks very much for contributing! Your pull request has been merged 🎉 You should see your changes appear on the site in approximately 24 hours. |
Why:
Was building out a cSpell dictionary for an eventual CI. The WIP config is over here https://gist.github.com/nschonni/d8655aeb3f5479e79ca29f37b4c658f5, but I figured I'd PR the more straight-forward issues it found
What's being changed:
Check off the following: