From 43f87de87ef4f540242d616263fb238cde941f02 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Sat, 5 Sep 2020 14:25:11 +0200 Subject: [PATCH] chore: comment typo [skip ci] --- src/client/app/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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