In a pull request, TypoFixer points out your typos instead of reviewers, and fixes typos by just selecting the suggestions!
- When you create or update a pull request, TypoFixer checks it and adds review comments and suggestions of your typos if there are typos.
- If there is a suitable word in the suggestions, you select it. Then TypoFixer fixes your typo and updates your pull request.
- If the pointed word is not a typo, you select
Not Typo
. Then TypoFixer registers the word in a dictionary and never point out the word as typo.
You can install by only authorizing TypoFixer from install page.
If you want to customize TypoFixer, you create a configuration file named typo-fixer.json just under root of your repository.
{
"extensions": [".md"]
}
key | explanation |
---|---|
extensions | file extensions's array that you want to review, default is reviewing all files |