diff --git a/x-pack/plugins/ml/public/application/routing/use_resolver.ts b/x-pack/plugins/ml/public/application/routing/use_resolver.ts index 3e3b8c97f970e..8e94f8d77fbb2 100644 --- a/x-pack/plugins/ml/public/application/routing/use_resolver.ts +++ b/x-pack/plugins/ml/public/application/routing/use_resolver.ts @@ -70,7 +70,7 @@ export const useResolver = ( // an unexpected error has occurred. This could be caused by an incorrect index pattern or saved search ID notifications.toasts.addError(new Error(error), { title: i18n.translate('xpack.ml.useResolver.errorTitle', { - defaultMessage: 'An error has ocurred', + defaultMessage: 'An error has occurred', }), }); window.location.href = '#/';