tommarshall / git-good-commit

Git hook to help you write good commit messages, with no external dependencies.
MIT License
195 stars 33 forks source link

Spelling #36

Closed jsoref closed 3 years ago

jsoref commented 3 years ago

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at https://github.com/check-spelling/git-good-commit/commit/7a91eff8444663ba2fdb0a5d094570239aca348f#commitcomment-46592276

The action reports that the changes in this PR would make it happy: https://github.com/jsoref/git-good-commit/commit/7abf15762b9c7562155d01695ab2ab0b734dff81

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

tommarshall commented 3 years ago

Thanks 👍