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

Fix typos #654

Merged
merged 1 commit into from
Oct 25, 2024
Merged

Fix typos #654

merged 1 commit into from
Oct 25, 2024

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:

  • notificiations
  • updateable
  • feches
  • idempontent
  • maches
  • perfom
  • relect
  • releection
  • serviec
  • specifity
  • thah
  • tpic
  • wll

@bgentry
Copy link
Contributor

bgentry commented Oct 24, 2024

@NathanBaulch wonderful! Can you please add yourself to the CLA so we can get this merged? 🙏

Copy link
Contributor

@bgentry bgentry left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you so much for these fixes! 🙏 🚀

@bgentry bgentry merged commit 84d2185 into riverqueue:master Oct 25, 2024
14 checks passed
@NathanBaulch NathanBaulch deleted the typos branch October 25, 2024 03:04
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