Skip to content

Commit

Permalink
docs: correct subject case rule in readme config-conventional #3340 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
lidigobeyond committed Aug 26, 2022
1 parent 229c65b commit 2ebcdfd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion @commitlint/config-conventional/README.md
Expand Up @@ -77,7 +77,7 @@ echo "fix: some message" # passes
#### subject-case

- **condition**: `subject` is in one of the cases `['sentence-case', 'start-case', 'pascal-case', 'upper-case']`
- **rule**: `always`
- **rule**: `never`
- **level**: `error`

```sh
Expand Down

0 comments on commit 2ebcdfd

Please sign in to comment.