node
node copied to clipboard
tools: fix typos
Just thought I'd contribute some typo fixes that I stumbled on. Nothing controversial (hopefully).
Use the following command to get a quick summary of the specific corrections made:
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:
- exected
- middelware
- suppresions
- taget
- paraghraph
- overlayed
- configuation
- collapsable
- curren
- eror
- fiter
- reponsible
- seperator
- varible
- vertial
Review requested:
- [ ] @nodejs/actions
- [ ] @nodejs/gyp
- [ ] @nodejs/security-wg
CI: https://ci.nodejs.org/job/node-test-pull-request/63109/
CI: https://ci.nodejs.org/job/node-test-pull-request/63111/
Landed in 0f375db9c6434c49dd3c738e85ab9fc91ee4e7a3