diff --git a/src/client/app/router.ts b/src/client/app/router.ts index 02499af6..63f209b5 100644 --- a/src/client/app/router.ts +++ b/src/client/app/router.ts @@ -107,7 +107,7 @@ export function createRouter( ) { e.preventDefault() if (pathname === currentUrl.pathname) { - // scroll bewteen hash anchors in the same page + // scroll between hash anchors in the same page if (hash && hash !== currentUrl.hash) { history.pushState(null, '', hash) // use smooth scroll when clicking on header anchor links