Skip to content

Commit

Permalink
chore: fix typo in commit-linter comment
Browse files Browse the repository at this point in the history
  • Loading branch information
MangelMaxime committed Apr 19, 2024
1 parent fc50a01 commit 33b858a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .husky/scripts/commit-linter.fsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ match args with
match commitMsgLines with
// Standard case
| commit :: secondLine :: tagLine :: _ -> validate commit secondLine tagLine
// Give a change to be a valid commit message if the type allows it
// Give a chance to be a valid commit message if the type allows it
| commit :: [] -> validate commit "" ""

| _ ->
Expand Down

0 comments on commit 33b858a

Please sign in to comment.