diff --git a/src/router/methods/route-logic/error.js b/src/router/methods/route-logic/error.js index 9f86f7acf..573d3cddd 100644 --- a/src/router/methods/route-logic/error.js +++ b/src/router/methods/route-logic/error.js @@ -23,7 +23,7 @@ export async function errorBeforeEnter(to, from) { } // If we've already encountered one error, clear session to avoid more. - // Otherwise mark that we encoutnered an error here. + // Otherwise mark that we encountered an error here. if (store.getters.applicationUser.hasAlreadyTriggeredError) { const errorPayload = { cause: "Successive errors triggered.",