]> git.ipfire.org Git - thirdparty/vuejs/router.git/commitdiff
docs: typo
authorEduardo San Martin Morote <posva@users.noreply.github.com>
Tue, 29 Dec 2020 11:01:02 +0000 (12:01 +0100)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 11:01:02 +0000 (12:01 +0100)
docs/guide/advanced/dynamic-routing.md

index 41f634feeaa0fa410ae46c8886c464c9ce68826d..92a3e2b91a86edb078746c09e91d17bf48657752 100644 (file)
@@ -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 })