From 9719370816dc3c3d8205690d1e394f4a5d4989cb Mon Sep 17 00:00:00 2001 From: James Gowdy Date: Tue, 31 Mar 2020 12:34:18 +0100 Subject: [PATCH] fixing typo --- x-pack/plugins/ml/public/application/routing/use_resolver.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 = '#/';