From 727530ed72b3b50567edee1369190c6615fe5e61 Mon Sep 17 00:00:00 2001 From: Kaio Giurizatto Utsch <32000243+kaiogu@users.noreply.github.com> Date: Thu, 31 Aug 2023 16:48:42 -0300 Subject: [PATCH] docs: fix example --- docs/rules/contrib_rules.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rules/contrib_rules.md b/docs/rules/contrib_rules.md index d378099e..cf622b37 100644 --- a/docs/rules/contrib_rules.md +++ b/docs/rules/contrib_rules.md @@ -61,7 +61,7 @@ Enforces [Conventional Commits](https://www.conventionalcommits.org/) commit mes ```ini [contrib-title-conventional-commits] - line-length=bugfix,user-story,epic + types=bugfix,user-story,epic ```