Skip to content

doc: fix typos#55066

Merged
nodejs-github-bot merged 2 commits intonodejs:mainfrom
NathanBaulch:typos-doc
Sep 29, 2024
Merged

doc: fix typos#55066
nodejs-github-bot merged 2 commits intonodejs:mainfrom
NathanBaulch:typos-doc

Conversation

@NathanBaulch
Copy link
Contributor

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:

  • udpate (9)
  • flakyness (8)
  • protoype (6)
  • uneeded (6)
  • transferrable (5)
  • suport (4)
  • clearify (4)
  • prototoype (4)
  • unecessary (4)
  • execption (3)
  • existance (3)
  • sypnosis (3)
  • comparions (3)
  • explicity (3)
  • sript (3)
  • iin (3)
  • interuption (3)
  • unnecesary (3)

Loading
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

commit-queue-squash Add this label to instruct the Commit Queue to squash all the PR commits into the first one. doc Issues and PRs related to the documentations. dont-land-on-v20.x PRs that should not land on the v20.x-staging branch and should not be released in v20.x.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

10 participants