Skip to content

Commit 468e679

Browse files
authored
docs: typo
1 parent e98d08c commit 468e679

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/advanced/dynamic-routing.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ const router = createRouter({
1515
})
1616
```
1717

18-
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:
18+
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:
1919

2020
```js
2121
router.addRoute({ path: '/about', component: About })

0 commit comments

Comments
 (0)