From: Eduardo San Martin Morote Date: Tue, 29 Dec 2020 11:01:02 +0000 (+0100) Subject: docs: typo X-Git-Tag: v4.0.3~18 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=468e6797a08a7772151000256d29f58eac4f5eaf;p=thirdparty%2Fvuejs%2Frouter.git docs: typo --- diff --git a/docs/guide/advanced/dynamic-routing.md b/docs/guide/advanced/dynamic-routing.md index 41f634fe..92a3e2b9 100644 --- a/docs/guide/advanced/dynamic-routing.md +++ b/docs/guide/advanced/dynamic-routing.md @@ -15,7 +15,7 @@ const router = createRouter({ }) ``` -Going to any page, `/about`, `/store`, or `/3-tricks-to-improve-your-routing-code` ends up rendering the `Article` component. If we are on `/about` and we are a new route: +Going to any page, `/about`, `/store`, or `/3-tricks-to-improve-your-routing-code` ends up rendering the `Article` component. If we are on `/about` and we add a new route: ```js router.addRoute({ path: '/about', component: About })