From: Jennifer Long <30329756+MrsLong@users.noreply.github.com> Date: Sat, 6 Apr 2024 18:19:23 +0000 (-0500) Subject: Update dynamic-matching.md (#2200) X-Git-Tag: v4.3.1~6 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0672d30cf38b9c1ebae8a6eafcafd6deac06c09e;p=thirdparty%2Fvuejs%2Frouter.git Update dynamic-matching.md (#2200) --- diff --git a/packages/docs/guide/essentials/dynamic-matching.md b/packages/docs/guide/essentials/dynamic-matching.md index 634dd158..4e09cd21 100644 --- a/packages/docs/guide/essentials/dynamic-matching.md +++ b/packages/docs/guide/essentials/dynamic-matching.md @@ -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