Skip to content

Commit 01267aa

Browse files
authored
Corrected type (vuejs#959)
1 parent 6beb1df commit 01267aa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/navigation-failures.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ await router.push('/my-profile')
2222
this.isMenuOpen = false
2323
```
2424

25-
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.
25+
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.
2626

2727
## Detecting Navigation Failures
2828

0 commit comments

Comments
 (0)