We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8761285 commit a564366Copy full SHA for a564366
lib/validation/errors.ts
@@ -16,7 +16,7 @@ const errors: Record<string, CreateError> = {
16
formatURIError: createCustomError("FormatURIError"),
17
formatURIReferenceError: createCustomError("FormatURIReferenceError"),
18
formatURITemplateError: createCustomError("FormatURITemplateError"),
19
- formatDateError: createCustomError("FormatDateaError"),
+ formatDateError: createCustomError("FormatDateError"),
20
formatDateTimeError: createCustomError("FormatDateTimeError"),
21
formatEmailError: createCustomError("FormatEmailError"),
22
formatHostnameError: createCustomError("FormatHostnameError"),
0 commit comments