Skip to content

Commit 9c8c409

Browse files
authored
Fix UNEXPECTED_ERROR message typo (#134)
1 parent 15f1eea commit 9c8c409

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/errors.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ export const errorMessages: { [code: number]: string } = {
4141
[I18nErrorCodes.UNEXPECTED_RETURN_TYPE]: 'Unexpected return type in composer',
4242
[I18nErrorCodes.INVALID_ARGUMENT]: 'Invalid argument',
4343
[I18nErrorCodes.NOT_INSLALLED]: 'Need to install with app.use function',
44-
[I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpeced error',
44+
[I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpected error',
4545
[I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]: 'Not available in legacy mode',
4646
[I18nErrorCodes.REQUIRED_VALUE]: `Required in value: {0}`,
4747
[I18nErrorCodes.INVALID_VALUE]: `Invalid value`,

0 commit comments

Comments
 (0)