Skip to content

Commit 5dd82d5

Browse files
authored
Docs: fix contrib-title-conventional-commits example (#526)
Fix typo in contrib-title-conventional-commits rule example.
1 parent 9b04716 commit 5dd82d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/rules/contrib_rules.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Enforces [Conventional Commits](https://www.conventionalcommits.org/) commit mes
6161

6262
```ini
6363
[contrib-title-conventional-commits]
64-
line-length=bugfix,user-story,epic
64+
types=bugfix,user-story,epic
6565
```
6666

6767

0 commit comments

Comments
 (0)