diff --git a/src/errors.ts b/src/errors.ts index 9bcf65303..eb9d7ab77 100644 --- a/src/errors.ts +++ b/src/errors.ts @@ -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`,