Skip to content

Commit 9987b54

Browse files
yahma25yeonjuan
andauthored
Update docs/playground/ko/TypeScript/Meta-Types/Indexed Types.ts
Co-authored-by: YeonJuan <[email protected]>
1 parent d283509 commit 9987b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/playground/ko/TypeScript/Meta-Types/Indexed Types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ interface Artwork {
2727
// 응답을 변경할 때 ArtworkSearchResponse의 artworks 부분과
2828
// Artwork가 동기화되지 않을 수 있습니다.
2929

30-
// 이에 대한 수정사항은 JavaScript가 문자열을 통해
30+
// 이에 대한 해결책은 JavaScript가 문자열을 통해
3131
// 프로퍼티에 접근하는 방법을 복제하는 색인 된 타입입니다.
3232

3333
type InferredArtwork = ArtworkSearchResponse["artists"][0]["artworks"][0];

0 commit comments

Comments
 (0)