node icon indicating copy to clipboard operation
node copied to clipboard

tools: fix typos

Open NathanBaulch opened this issue 1 year ago • 1 comments

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

NathanBaulch avatar Sep 22 '24 09:09 NathanBaulch

Review requested:

  • [ ] @nodejs/actions
  • [ ] @nodejs/gyp
  • [ ] @nodejs/security-wg

nodejs-github-bot avatar Sep 22 '24 09:09 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/63109/

nodejs-github-bot avatar Oct 15 '24 06:10 nodejs-github-bot

CI: https://ci.nodejs.org/job/node-test-pull-request/63111/

nodejs-github-bot avatar Oct 15 '24 10:10 nodejs-github-bot

Landed in 0f375db9c6434c49dd3c738e85ab9fc91ee4e7a3

nodejs-github-bot avatar Oct 15 '24 13:10 nodejs-github-bot