Skip to content
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

chore: fix typos #129

Merged
merged 2 commits into from
Sep 25, 2024
Merged

chore: fix typos #129

merged 2 commits into from
Sep 25, 2024

Conversation

NathanBaulch
Copy link
Contributor

@NathanBaulch NathanBaulch commented Sep 24, 2024

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 typos are:

  • spwan (7)
  • formated (4)
  • togetheer (3)
  • shoud (2)
  • ouput (1)
  • increas (1)
  • intendend (1)
  • misslocated (1)
  • unkown (1)

@MoLow
Copy link
Owner

MoLow commented Sep 24, 2024

thanks for the contribution! seems like snapshots need to be re-generated

@NathanBaulch
Copy link
Contributor Author

My working tree was still clean after running yarn test:update-snapshots. 🤷

@MoLow
Copy link
Owner

MoLow commented Sep 25, 2024

yarn test:update-snapshots needs to be re-ran on multiple node versions. the failure is on node 22.9.0

@NathanBaulch
Copy link
Contributor Author

Ah, I was running node 22.8. Upgraded and pushed fresh snapshots.

@MoLow MoLow merged commit a421b9a into MoLow:main Sep 25, 2024
7 checks passed
@NathanBaulch NathanBaulch deleted the typos branch September 25, 2024 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants