Skip to content

Commit c6a22fd

Browse files
wYhposva
authored andcommitted
Fix typo (vuejs#984)
1 parent e6a7ac7 commit c6a22fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/zh-cn/essentials/named-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
const router = new VueRouter({
77
routes: [
88
{
9-
path: '/user/:id',
9+
path: '/user/:userId',
1010
name: 'user',
1111
component: User
1212
}

0 commit comments

Comments
 (0)