From f79b2210181b1312370ae8d4967eaebf35516954 Mon Sep 17 00:00:00 2001 From: Eduardo San Martin Morote Date: Wed, 27 Jul 2022 14:08:58 +0200 Subject: [PATCH] chore: typo [skip ci] --- packages/router/src/router.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/router/src/router.ts b/packages/router/src/router.ts index c5d94e51..430dd840 100644 --- a/packages/router/src/router.ts +++ b/packages/router/src/router.ts @@ -1002,7 +1002,7 @@ export function createRouter(options: RouterOptions): Router { // false) but this is bug prone as we have no way to wait the // navigation to be finished before calling pushWithRedirect. Using // a setTimeout of 16ms seems to work but there is not guarantee for - // it to work on every browser. So Instead we do not restore the + // it to work on every browser. So instead we do not restore the // history entry and trigger a new navigation as requested by the // navigation guard. -- 2.47.2