File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -158,7 +158,7 @@ public fix = '';
158158
159159<br >
160160
161- ### ` ValidationError.prototype.name `
161+ #### ` ValidationError.prototype.name `
162162
163163Error 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
187187Defines 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
243243Creates a new instance with the message. If the provided ` message ` is an [ ` object ` ] [ js-object ] , then its properties are assigned to the instance.
244244
You can’t perform that action at this time.
0 commit comments