Fix old typo

This commit is contained in:
Chloe Herd 2025-10-15 14:10:01 -04:00
parent 9375b6b2a6
commit 7a960cd8d6

View file

@ -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.",