From 01267aae3ae5774b88d56bb0103537febcd7494d Mon Sep 17 00:00:00 2001 From: Ricky11 Date: Fri, 21 May 2021 02:06:00 +0800 Subject: [PATCH] Corrected type (#959) --- docs/guide/advanced/navigation-failures.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/advanced/navigation-failures.md b/docs/guide/advanced/navigation-failures.md index 54f34b61..ebca4585 100644 --- a/docs/guide/advanced/navigation-failures.md +++ b/docs/guide/advanced/navigation-failures.md @@ -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 -- 2.47.2