Skip to content

Commit

Permalink
fix: typo in errors
Browse files Browse the repository at this point in the history
  • Loading branch information
Sascha Goldhofer committed Feb 25, 2024
1 parent 8761285 commit a564366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/validation/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const errors: Record<string, CreateError> = {
formatURIError: createCustomError("FormatURIError"),
formatURIReferenceError: createCustomError("FormatURIReferenceError"),
formatURITemplateError: createCustomError("FormatURITemplateError"),
formatDateError: createCustomError("FormatDateaError"),
formatDateError: createCustomError("FormatDateError"),
formatDateTimeError: createCustomError("FormatDateTimeError"),
formatEmailError: createCustomError("FormatEmailError"),
formatHostnameError: createCustomError("FormatHostnameError"),
Expand Down

0 comments on commit a564366

Please sign in to comment.