Skip to content

Commit 479510b

Browse files
Opinionposva
authored andcommitted
docs: fix spelling of programmatically (vuejs#3058)
1 parent b3ed4d9 commit 479510b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/essentials/named-routes.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ To link to a named route, you can pass an object to the `router-link` component'
2020
<router-link :to="{ name: 'user', params: { userId: 123 }}">User</router-link>
2121
```
2222

23-
This is the exact same object used programatically with `router.push()`:
23+
This is the exact same object used programmatically with `router.push()`:
2424

2525
``` js
2626
router.push({ name: 'user', params: { userId: 123 }})

0 commit comments

Comments
 (0)