Skip to content

Commit 71bcb20

Browse files
committed
Merge branch 'Translation-to-ko-playground-Objects-and-Arrays' of https://github.com/yahma25/TypeScript-Website-Localizations into Translation-to-ko-playground-Objects-and-Arrays
2 parents 4ba1abf + 17f844e commit 71bcb20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/JavaScript/JavaScript Essentials/Objects and Arrays.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ const purchaseOrder = {
2929
console.log(purchaseOrder.item.type);
3030

3131
// () 사이에 있는 코드의 각 부분에 마우스로 호버해보면,
32-
// 각 부분에 관련된 더 많은 정보를 제공하는 TypeScript를 확인해볼 수 있습니다.
32+
// TypeScript가 각 부분에 대해 더 많은 정보를 제공하는 것을 확인할 수 있습니다.
3333
// 아래에 다시 작성해보세요:
3434

3535
// 문자별로 다음 줄에 이것을 복사해보세요:

0 commit comments

Comments
 (0)