Skip to content

Commit

Permalink
Fix UNEXPECTED_ERROR message typo (#134)
Browse files Browse the repository at this point in the history
  • Loading branch information
jungleBadger committed Oct 4, 2020
1 parent 15f1eea commit 9c8c409
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/errors.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ export const errorMessages: { [code: number]: string } = {
[I18nErrorCodes.UNEXPECTED_RETURN_TYPE]: 'Unexpected return type in composer',
[I18nErrorCodes.INVALID_ARGUMENT]: 'Invalid argument',
[I18nErrorCodes.NOT_INSLALLED]: 'Need to install with app.use function',
[I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpeced error',
[I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpected error',
[I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]: 'Not available in legacy mode',
[I18nErrorCodes.REQUIRED_VALUE]: `Required in value: {0}`,
[I18nErrorCodes.INVALID_VALUE]: `Invalid value`,
Expand Down

0 comments on commit 9c8c409

Please sign in to comment.