Skip to content

Commit a3c7e6a

Browse files
committed
Remove redundant comma
1 parent bfff1bf commit a3c7e6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Validates the format a git commit message against [The seven rules of a great Gi
1010
1. **Wrap the body at 72 characters**
1111
1. Use the body to explain what and why vs. how
1212

13-
The bolded rules 1-4 and 6 are checked. The remaining 2 are not detectable programmatically. The title of [rule 2](https://chris.beams.io/posts/git-commit/#limit-50) says 50 characters, but the body clarifies 72 is the hard limit.
13+
The bolded rules 1-4 and 6 are checked. The remaining 2 are not detectable programmatically. The title of [rule 2](https://chris.beams.io/posts/git-commit/#limit-50) says 50 characters but the body clarifies 72 is the hard limit.
1414

1515
Provides a [husky](https://github.com/typicode/husky) hook for easy use.
1616

0 commit comments

Comments
 (0)