Skip to content

Commit d2c13b6

Browse files
redianmarionebl
authored andcommitted
docs: fix typo
1 parent 3f989f6 commit d2c13b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guides-local-setup.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ This allows us to add [git hooks](https://github.com/typicode/husky/blob/master/
3838
}
3939
```
4040

41-
Using `commitmsg` gives us exactly what we want: It is executed everytime a new commit is created. Passimg husky's `$GIT_PARAMS` to `commitlint` via the `-e|--edit` flag directs it to the relevant edit file. `-e` defaults to `.git/COMMIT_EDITMSG`.
41+
Using `commitmsg` gives us exactly what we want: It is executed everytime a new commit is created. Passing husky's `$GIT_PARAMS` to `commitlint` via the `-e|--edit` flag directs it to the relevant edit file. `-e` defaults to `.git/COMMIT_EDITMSG`.
4242

4343
## Test
4444

0 commit comments

Comments
 (0)