Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jaryapp committed Dec 12, 2022
1 parent 39342f4 commit 9cdbe62
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/documentation/ko/release-notes/TypeScript 4.9.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ const favoriteColors = {
const g: boolean = favoriteColors.green;
```

이따금 우리는 속성 이름이 일치 여부보다 각 속성의 타입에 관심이 있을 수 있습니다.
이따금 우리는 속성 이름 일치 여부보다 각 속성의 타입에 관심이 있을 수 있습니다.
이 경우 개체의 모든 속성 값이 일부 타입을 준수하는지 확인할 수도 있습니다.

```ts
Expand Down

0 comments on commit 9cdbe62

Please sign in to comment.