Skip to content

Commit 7922d58

Browse files
docs(README.md): update headers
1 parent 587830a commit 7922d58

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
@@ -158,7 +158,7 @@ public fix = '';
158158

159159
<br>
160160

161-
### `ValidationError.prototype.name`
161+
#### `ValidationError.prototype.name`
162162

163163
Error name of a [`string`][js-string] type that is being thrown. By default, it's [`ValidationError`](#validationerror).
164164

@@ -182,7 +182,7 @@ public problem = '';
182182

183183
----
184184

185-
### `ValidationError.defineMessage()`
185+
#### `ValidationError.defineMessage()`
186186

187187
Defines the validation error message of a [`string`][js-string] type from the provided `message` of the [`ErrorMessage`](#errormessage) interface.
188188

@@ -238,7 +238,7 @@ const errorMessage = ValidationError.defineMessage({ fix, problem });
238238

239239
----
240240

241-
### `ValidationError()`
241+
#### `ValidationError()`
242242

243243
Creates a new instance with the message. If the provided `message` is an [`object`][js-object], then its properties are assigned to the instance.
244244

0 commit comments

Comments
 (0)