Skip to content

Commit a564366

Browse files
author
Sascha Goldhofer
committed
fix: typo in errors
1 parent 8761285 commit a564366

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/validation/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const errors: Record<string, CreateError> = {
1616
formatURIError: createCustomError("FormatURIError"),
1717
formatURIReferenceError: createCustomError("FormatURIReferenceError"),
1818
formatURITemplateError: createCustomError("FormatURITemplateError"),
19-
formatDateError: createCustomError("FormatDateaError"),
19+
formatDateError: createCustomError("FormatDateError"),
2020
formatDateTimeError: createCustomError("FormatDateTimeError"),
2121
formatEmailError: createCustomError("FormatEmailError"),
2222
formatHostnameError: createCustomError("FormatHostnameError"),

0 commit comments

Comments
 (0)