Skip to content

Commit 47f6b18

Browse files
hassankhanmarionebl
authored andcommitted
docs: fix Husky hook example (#429)
1 parent 130a6de commit 47f6b18

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ To lint commits before they are created you can use Husky's 'commit-msg' hook:
5353
{
5454
"husky": {
5555
"hooks": {
56-
"commitmsg": "commitlint -E HUSKY_GIT_PARAMS"
56+
"commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
5757
}
5858
}
5959
}

0 commit comments

Comments
 (0)