diff --git a/src/layouts/entry-page/entry-page.vue b/src/layouts/entry-page/entry-page.vue index 7347e051..a87f81c8 100644 --- a/src/layouts/entry-page/entry-page.vue +++ b/src/layouts/entry-page/entry-page.vue @@ -113,7 +113,7 @@ export default { return { isAuthorized: false }; } - // Set the client tag on thes store here so we can use it for logging if need be. + // Set the client tag on the store here so we can use it for logging if need be. this.mainStore.issConfig.clientTag = clientTag; const resp = await validateISSClientTag(clientTag);