Skip to content

Commit 2f71639

Browse files
authored
guide/essentials/template-syntax 오타 수정
1 parent af493ec commit 2f71639

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/guide/essentials/template-syntax.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ data() {
120120

121121
</div>
122122

123-
인자 없이 `v-bind`를 사용하여 단일 엘리먼트에에 바인딩할 수 있습니다:
123+
인자 없이 `v-bind`를 사용하여 단일 엘리먼트에 바인딩할 수 있습니다:
124124

125125
```vue-html
126126
<div v-bind="objectOfAttrs"></div>

0 commit comments

Comments
 (0)