-
Notifications
You must be signed in to change notification settings - Fork 22.6k
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: double spaces #20823
fix typos: double spaces #20823
Conversation
This comment was marked as resolved.
This comment was marked as resolved.
Note: these are fixable by Prettier |
Prettier will not fix double spaces inside comments. It seems also that Prettier does not fix this one:
|
@Josh-Cena there is no harm in landing this. |
True, I'm not showing intent to block this or to suggest it's unnecessary. Just saying in the future it could be automated without all the extra work. |
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.
Let's get this in! We've all been there: I-am-Prettier...
files/en-us/web/javascript/reference/global_objects/array/grouptomap/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/javascript/reference/global_objects/date/setdate/index.md
Outdated
Show resolved
Hide resolved
* fix typos: double spaces * more fixes * more fixes * Apply suggestions from code review Co-authored-by: Joshua Chen <[email protected]>
Markdownlint doesn't flag/fix double spaces in text content.
The PR fixes them manually.
Note: