From: Eduardo San Martin Morote Date: Wed, 27 Jul 2022 12:08:58 +0000 (+0200) Subject: chore: typo [skip ci] X-Git-Tag: v4.1.4~20 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f79b2210181b1312370ae8d4967eaebf35516954;p=thirdparty%2Fvuejs%2Frouter.git chore: typo [skip ci] --- 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.