ruby-i18n / i18n

Internationalization (i18n) library for Ruby
MIT License
977 stars 408 forks source link

Fix typos #631

Closed movermeyer closed 2 years ago

movermeyer commented 2 years ago

What are you trying to accomplish?

While working in ruby-i18n/i18n I noticed some typos. This PR fixes them.

What approach did you choose and why?

Instead of fixing them piecemeal, I've used a spell-checker to find typos across the entire repo and made the fixes.

What should reviewers focus on?

🤷 You may want to squash these together before merging.

The impact of these changes

Nothing. Just fixing nits.

rafafloresta commented 2 years ago

@movermeyer What spell-checker did you use? I have to do something similar on my own repo, and it seems like it worked well for you.

movermeyer commented 2 years ago

What spell-checker did you use?

@rafafloresta I used the Code Spell Checker VSCode extension. 😀