Skip to content

Commit 77f9e11

Browse files
authored
docs: fix bold formatting in "level" fields (#3635)
1 parent f279ff7 commit 77f9e11

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

@commitlint/config-conventional/README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ echo "fix: some message" # passes
136136

137137
- **condition**: `footer` should have a leading blank line
138138
- **rule**: `always`
139-
- level: `warning`
139+
- **level**: `warning`
140140

141141
```sh
142142
echo "fix: some message
@@ -151,7 +151,7 @@ BREAKING CHANGE: It will be significant" # passes
151151

152152
- **condition**: `footer` each line has `value` or less characters
153153
- **rule**: `always`
154-
- level: `error`
154+
- **level**: `error`
155155
- **value**
156156

157157
```
@@ -174,7 +174,7 @@ but still no line is too long" # passes
174174

175175
- **condition**: `body` should have a leading blank line
176176
- **rule**: `always`
177-
- level: `warning`
177+
- **level**: `warning`
178178

179179
```sh
180180
echo "fix: some message
@@ -189,7 +189,7 @@ body" # passes
189189

190190
- **condition**: `body` each line has `value` or less characters
191191
- **rule**: `always`
192-
- level: `error`
192+
- **level**: `error`
193193
- **value**
194194

195195
```

0 commit comments

Comments
 (0)