Skip to content

Commit fa68132

Browse files
committed
1 parent 1a1ddd2 commit fa68132

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/commands/check.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ permit them. Since `git commit` accepts an `--allow-empty-message` flag (primari
7070
### Allowed Prefixes
7171

7272
If the commit message starts by some specific prefixes, `cz check` returns `True` without checkign the regex.
73-
By default, the the following prefixes are allowed: `Merge`, `Revert`, `Pull Request`, `fixup!` and `squash!`.
73+
By default, the the following prefixes are allowed: `Merge`, `Revert`, `Pull request`, `fixup!` and `squash!`.
7474

7575
```bash
7676
cz check --message MESSAGE --allowed-prefixes 'Merge' 'Revert' 'Custom Prefix'

0 commit comments

Comments
 (0)