Skip to content

Commit c989dfb

Browse files
author
오제관[플레이스리뷰서비스개발]
committed
Translate 4.9 release page - Unify pr expression
1 parent 0f447d4 commit c989dfb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -437,7 +437,7 @@ DOM과 `lib.d.ts` 업데이트의 결과로 major break 는 일어나지 않을
437437

438438
`Promise.resolve` 는 현재 이것으로 전달되는 Promise-like 타입을 멋겨내기 위해 `Awaited` 타입을 사용하고 있습니다.
439439
이는 종종 더 정확한 `Promise` 타입을 반환하지만, 이 개선된 타입이 `Promise` 대신 `any` 또는 `unknown` 타입을 기대하고 있던 기존 코드를 깨버릴 수도 있습니다.
440-
더 자세한 정보는 [변경 원본](https://github.com/microsoft/TypeScript/pull/33074)을 참고하세요.
440+
더 자세한 정보는 [pull request](https://github.com/microsoft/TypeScript/pull/33074)을 참고하세요.
441441

442442
### JavaScript 내보내기(Emit) 에서 더이상 Import 를 생략하지 않습니다
443443

@@ -467,7 +467,7 @@ import { someValue, SomeClass } from "some-module";
467467
let val = someValue;
468468
```
469469

470-
더 많은 정보는 [구현 변경](https://github.com/microsoft/TypeScript/pull/50404)을 참고하세요.
470+
더 많은 정보는 [pull request](https://github.com/microsoft/TypeScript/pull/50404)을 참고하세요.
471471

472472
### `exports``typesVersions`보다 우선 순위가 높습니다.
473473

0 commit comments

Comments
 (0)