Skip to content

Commit b6c4a3f

Browse files
committed
Wording
1 parent 2c79343 commit b6c4a3f

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
@@ -325,7 +325,7 @@ All we have to do is to create two new tasks in `scripts`, `precommit` and `prep
325325

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

328-
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 in [this issue](https://github.com/typicode/husky/issues/84) describing your case.
328+
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).
329329

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

0 commit comments

Comments
 (0)