Skip to content

Commit 4918342

Browse files
authored
Merge pull request #190 from galaxyuliana/patch-1
Update list.md
2 parents 70deeee + b85657c commit 4918342

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ko-KR/src/guide/essentials/list.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ items.forEach((item, index) => {
123123
</li>
124124
```
125125

126-
`in` 대신 `of`를 구분 기호를 사용하여 JavaScript 반복문 문법처럼 사용할 수도 있습니다:
126+
`in` 대신 `of`를 구분 기호로 사용하여 JavaScript 반복문 문법처럼 사용할 수도 있습니다:
127127

128128
```vue-html
129129
<div v-for="item of items"></div>

0 commit comments

Comments
 (0)