diff --git a/docs/documentation/ko/release-notes/TypeScript 4.9.md b/docs/documentation/ko/release-notes/TypeScript 4.9.md index 1d365d71..fac7fb98 100644 --- a/docs/documentation/ko/release-notes/TypeScript 4.9.md +++ b/docs/documentation/ko/release-notes/TypeScript 4.9.md @@ -437,7 +437,7 @@ DOM과 `lib.d.ts` 업데이트의 결과로 major break 는 일어나지 않을 `Promise.resolve` 는 현재 이것으로 전달되는 Promise-like 타입을 멋겨내기 위해 `Awaited` 타입을 사용하고 있습니다. 이는 종종 더 정확한 `Promise` 타입을 반환하지만, 이 개선된 타입이 `Promise` 대신 `any` 또는 `unknown` 타입을 기대하고 있던 기존 코드를 깨버릴 수도 있습니다. -더 자세한 정보는 [변경 원본](https://github.com/microsoft/TypeScript/pull/33074)을 참고하세요. +더 자세한 정보는 이 [pull request](https://github.com/microsoft/TypeScript/pull/33074)을 참고하세요. ### JavaScript 내보내기(Emit) 에서 더이상 Import 를 생략하지 않습니다 @@ -467,7 +467,7 @@ import { someValue, SomeClass } from "some-module"; let val = someValue; ``` -더 많은 정보는 [구현 변경](https://github.com/microsoft/TypeScript/pull/50404)을 참고하세요. +더 많은 정보는 이 [pull request](https://github.com/microsoft/TypeScript/pull/50404)을 참고하세요. ### `exports`가 `typesVersions`보다 우선 순위가 높습니다.