]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
Update dynamic-matching.md (#2200)
authorJennifer Long <30329756+MrsLong@users.noreply.github.com>
Sat, 6 Apr 2024 18:19:23 +0000 (13:19 -0500)
committerGitHub <noreply@github.com>
Sat, 6 Apr 2024 18:19:23 +0000 (20:19 +0200)
packages/docs/guide/essentials/dynamic-matching.md

index 634dd1586c622624e471560e081a2ccbbfa3198a..4e09cd210e91627d5818a149f9cf5878a8760536 100644 (file)
@@ -92,7 +92,7 @@ export default {
 
 :::
 
-Or, use the `beforeRouteUpdate` [navigation guard](../advanced/navigation-guards.md), which also allows to cancel the navigation:
+Or, use the `beforeRouteUpdate` [navigation guard](../advanced/navigation-guards.md), which also allows you to cancel the navigation:
 
 ::: code-group