Skip to content

Commit 662594d

Browse files
Merge pull request #208 from bb8dd/undeletedText_fontBroken
Co-authored-by: bumkeyy <bumkeyy@users.noreply.github.com>
2 parents 789060d + 2284e8d commit 662594d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

docs/documentation/ko/handbook-v2/Everyday Types.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -138,8 +138,6 @@ function getFavoriteNumber(): number {
138138

139139
아래는 그 예시입니다.
140140

141-
Here's an example:
142-
143141
```ts twoslash
144142
// @errors: 2551
145143
// 아래 코드에는 타입 표기가 전혀 없지만, TypeScript는 버그를 감지할 수 있습니다.
@@ -186,7 +184,7 @@ printCoord({ x: 3, y: 7 });
186184
각 프로퍼티의 타입 표기 또한 선택 사항입니다.
187185
만약 타입을 지정하지 않는다면, 해당 프로퍼티는 `any` 타입으로 간주합니다.
188186

189-
### 옵셔널 프로퍼티
187+
### 옵셔널 프로퍼티
190188

191189
객체 타입은 일부 또는 모든 프로퍼티의 타입을 선택적인 타입, 즉 *옵셔널*로 지정할 수 있습니다.
192190
프로퍼티 이름 뒤에 `?`를 붙이면 됩니다.

0 commit comments

Comments
 (0)