Skip to content

Commit 3c74a9e

Browse files
minsoo0715yeonjuan
andauthored
Update docs/documentation/ko/release-notes/TypeScript 4.1.md
Co-authored-by: YeonJuan <[email protected]>
1 parent c24b681 commit 3c74a9e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/documentation/ko/release-notes/TypeScript 4.1.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -246,7 +246,7 @@ type LazyPerson = Getters<Person>;
246246
// ^?
247247
```
248248
249-
그리고 `never`생성함으로서 키들을 탐색할 수 있습니다.
249+
그리고 `never`생성함으로써 키들을 필터링할 수 있습니다.
250250
따라서, 몇몇 경우에서 추가로 `Omit` helper 타입을 사용할 필요가 없습니다.
251251
252252
```ts twoslash

0 commit comments

Comments
 (0)