Skip to content

Commit 1b52c94

Browse files
authored
docs: fix typo (md file syntax) (#3277) [skip ci]
1 parent 03fda8f commit 1b52c94

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/kr/guide/essentials/passing-props.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
컴포넌트와 라우터 속성을 분리하려면 다음과 같이 하십시오.
66

7-
** $route에 의존성 추가**
7+
**$route에 의존성 추가**
88

99
``` js
1010
const User = {
@@ -17,7 +17,7 @@ const router = new VueRouter({
1717
})
1818
```
1919

20-
** 속성에 의존성 해제**
20+
**속성에 의존성 해제**
2121

2222
``` js
2323
const User = {

0 commit comments

Comments
 (0)