diff --git a/src/store/modules/authentication.js b/src/store/modules/authentication.js index d4275bc1..6d9d5fd9 100644 --- a/src/store/modules/authentication.js +++ b/src/store/modules/authentication.js @@ -15,7 +15,7 @@ const state = { } const actions = { - /* Refresh the authentication cookie; passed functions and actions are excuted when defined in the payload */ + /* Refresh the authentication cookie; passed functions and actions are executed when defined in the payload */ refreshCookie({ rootState, commit,