]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
chore: typo [skip ci]
authorEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Jul 2022 12:08:58 +0000 (14:08 +0200)
committerEduardo San Martin Morote <posva13@gmail.com>
Wed, 27 Jul 2022 12:08:58 +0000 (14:08 +0200)
packages/router/src/router.ts

index c5d94e515a101b418574bf77fcad1f58393927c0..430dd840e9c61ae8a5ac557826a88a400cb012a5 100644 (file)
@@ -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.