From c989dfb6cce67623688eaeb31cb929d877d9bf91 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=EC=98=A4=EC=A0=9C=EA=B4=80=5B=ED=94=8C=EB=A0=88=EC=9D=B4?= =?UTF-8?q?=EC=8A=A4=EB=A6=AC=EB=B7=B0=EC=84=9C=EB=B9=84=EC=8A=A4=EA=B0=9C?= =?UTF-8?q?=EB=B0=9C=5D?= Date: Mon, 12 Dec 2022 23:39:31 +0900 Subject: [PATCH] Translate 4.9 release page - Unify pr expression --- docs/documentation/ko/release-notes/TypeScript 4.9.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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`보다 우선 순위가 높습니다.