Skip to content

Commit 11c6614

Browse files
miyanokomiyaposva
authored andcommitted
doc(ja) typo in variable names (#1894)
* Typo fixes There are a few wrong variables. * Update named-routes.md
1 parent c837666 commit 11c6614

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/ja/essentials/named-routes.md

+1-1
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)