Skip to content

Commit

Permalink
fixing typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jgowdyelastic committed Mar 31, 2020
1 parent 8990c62 commit 9719370
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = '#/';
Expand Down

0 comments on commit 9719370

Please sign in to comment.