Editorial: various typos found with cSpell - #2865
Conversation
✅ Deploy Preview for wai-aria ready!
To edit notification comments on pull requests, go to your Netlify project configuration. |
|
nschonni marked as non substantive for IPR from ash-nazg. |
jnurthen
left a comment
There was a problem hiding this comment.
looks good. Lots of these are in comments or process documents but once this is changed see no reason not to merge
| // else if (commit.message.toLowerCase().includes("typo")) return false; | ||
| // else return true; | ||
| return !/^Merge pull|^tidy|^TRAVIS|^ADMIN|^Generated by|respec|(editorial)|.md|editorial|Editiorial|edtiorial|^chore|^refactor|^tests?|^docs|w3cgruntbot|index.html|typo|^nit/i.test( | ||
| return !/^Merge pull|^tidy|^TRAVIS|^ADMIN|^Generated by|respec|(editorial)|.md|editorial|Editorial|^chore|^refactor|^tests?|^docs|w3cgruntbot|index.html|typo|^nit/i.test( |
There was a problem hiding this comment.
remove this change. This is deliberately filtering out mispellings from the chaneglog
There was a problem hiding this comment.
No commits have the typo as far as search is seeing https://github.com/search?q=edtiorial+repo%3Aw3c%2Faria&type=commits&ref=advsearch
Correct spelling does have hits https://github.com/search?q=editorial+repo%3Aw3c%2Faria&type=commits&ref=advsearch
commented
Aug 20, 2026
|
@nschonni Hope you don't mind me changing the PR title. It's kind of important for my own queries and I think this is more "editorial" than anything else. |
commented
Aug 20, 2026
|
@daniel-montalvo no problem. If you'd even prefer to cherry-pick and submit only certain parts, I don't mind. |
Took a pass with cSpell and cleaned up a bunch of the things that it flagged.
Could break this up a bunch so that there is a PR per spec, but I figured I'd just open the big one first and then split it if needed.