From 7a960cd8d646958c050780f9bf61e4a153d4de91 Mon Sep 17 00:00:00 2001 From: Chloe Herd Date: Wed, 15 Oct 2025 14:10:01 -0400 Subject: [PATCH] Fix old typo --- src/router/methods/route-logic/error.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",