Skip to content

Commit 4440079

Browse files
committed
docs(docs): fix table formatting in commit type options
1 parent 326f2f1 commit 4440079

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,9 +119,9 @@ DiffCommit provides the following settings to customise its behavior.
119119

120120
A list of allowed commit types. If provided, this replaces the default options. You need to ensure all required commit types are included in the list.
121121

122-
| **Type** | **Description** | **Default Value** |
123-
| :------------- | :---------------------------------------------------------------- | :---------------- |
124-
| Array\<string> | A list (array) of any string/s you want available as commit types | [ "chore" | "ci" | "docs" | "feat" | "fix" | "perf" | "refactor" | "style" | "test" ] |
122+
| **Type** | **Description** | **Default Value** |
123+
| :------------- | :---------------------------------------------------------------- | :---------------------------------------------------------------------------- |
124+
| Array\<string> | A list (array) of any string/s you want available as commit types | [ "chore", "ci", "docs", "feat", "fix", "perf", "refactor", "style", "test" ] |
125125

126126
> [!WARNING]
127127
> Changing the default, replaces the option value. If you set this option, be sure to include a complete list of all required commit types.

0 commit comments

Comments
 (0)