Skip to content

Commit ae5c590

Browse files
jyqrykazupon
authored andcommitted
Update named-routes.md (#1339)
1 parent 0fed200 commit ae5c590

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/kr/essentials/named-routes.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ const router = new VueRouter({
2020
<router-link :to="{ name: 'user', params: { userId: 123 }}">User</router-link>
2121
```
2222

23-
이것은 `router.push()`와 프로그램적으로 사용되는 것과 정확히 같은 객체이다.
23+
이것은 `router.push()`와 프로그램적으로 사용되는 것과 정확히 같은 객체입니다.
2424

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

0 commit comments

Comments
 (0)