Skip to content

Commit b183977

Browse files
authored
Merge pull request verekia#180 from sbs863/patch-3
minor grammar fix
2 parents 68795a0 + 63a8bac commit b183977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tutorial/02-babel-es6-eslint-flow-jest-husky.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -357,7 +357,7 @@ All we have to do is to create two new tasks in `scripts`, `precommit` and `prep
357357

358358
🏁 If you now try to commit or push your code, it should automatically run the `test` task.
359359

360-
If it does not work, it is possible that `yarn add --dev husky` did not install the Git Hooks properly. I never encountered this issue but it happens for some people. If that's your case, run `yarn add --dev husky --force`, and maybe post a note describing your situation in [this issue](https://github.com/typicode/husky/issues/84).
360+
If it does not work, it is possible that `yarn add --dev husky` did not install the Git Hooks properly. I have never encountered this issue but it happens for some people. If that's your case, run `yarn add --dev husky --force`, and maybe post a note describing your situation in [this issue](https://github.com/typicode/husky/issues/84).
361361

362362
**Note**: If you are pushing right after a commit, you can use `git push --no-verify` to avoid running all the tests again.
363363

0 commit comments

Comments
 (0)