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.
UNEXPECTED_ERROR
1 parent 15f1eea commit 9c8c409Copy full SHA for 9c8c409
src/errors.ts
@@ -41,7 +41,7 @@ export const errorMessages: { [code: number]: string } = {
41
[I18nErrorCodes.UNEXPECTED_RETURN_TYPE]: 'Unexpected return type in composer',
42
[I18nErrorCodes.INVALID_ARGUMENT]: 'Invalid argument',
43
[I18nErrorCodes.NOT_INSLALLED]: 'Need to install with app.use function',
44
- [I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpeced error',
+ [I18nErrorCodes.UNEXPECTED_ERROR]: 'Unexpected error',
45
[I18nErrorCodes.NOT_AVAILABLE_IN_LEGACY_MODE]: 'Not available in legacy mode',
46
[I18nErrorCodes.REQUIRED_VALUE]: `Required in value: {0}`,
47
[I18nErrorCodes.INVALID_VALUE]: `Invalid value`,
0 commit comments