]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
Corrected type (#959)
authorRicky11 <rishi@pmgrouphk.com>
Thu, 20 May 2021 18:06:00 +0000 (02:06 +0800)
committerGitHub <noreply@github.com>
Thu, 20 May 2021 18:06:00 +0000 (20:06 +0200)
docs/guide/advanced/navigation-failures.md

index 54f34b61c2376c0ba0d2c3d8378b065a7efc5e71..ebca458507dec81af8bd01ea490b43aa6acc3191 100644 (file)
@@ -22,7 +22,7 @@ await router.push('/my-profile')
 this.isMenuOpen = false
 ```
 
-Now the menu will close once the navigation is finished but it will also close if the navigation was prevented. We need a way to detect if we actually changed the page we are one or not.
+Now the menu will close once the navigation is finished but it will also close if the navigation was prevented. We need a way to detect if we actually changed the page we are on or not.
 
 ## Detecting Navigation Failures