From 4415b8eca3e2887853ec879c22eb36f162083472 Mon Sep 17 00:00:00 2001 From: Jasper Kisro <67850504+G1xiang@users.noreply.github.com> Date: Thu, 11 Sep 2025 15:21:00 +0800 Subject: [PATCH] Update TypeScript 5.4.md fix a typo --- packages/documentation/copy/en/release-notes/TypeScript 5.4.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/release-notes/TypeScript 5.4.md b/packages/documentation/copy/en/release-notes/TypeScript 5.4.md index e95ad0a5dd34..8c0a877a8a21 100644 --- a/packages/documentation/copy/en/release-notes/TypeScript 5.4.md +++ b/packages/documentation/copy/en/release-notes/TypeScript 5.4.md @@ -340,7 +340,7 @@ TypeScript 5.0 deprecated the following options and behaviors: To continue using them, developers using TypeScript 5.0 and other more recent versions have had to specify a new option called `ignoreDeprecations` with the value `"5.0"`. - However, TypScript 5.4 will be the last version in which these will continue to function as normal. + However, TypeScript 5.4 will be the last version in which these will continue to function as normal. By TypeScript 5.5 (likely June 2024), these will become hard errors, and code using them will need to be migrated away. For more information, you can [read up on this plan on GitHub](https://github.com/microsoft/TypeScript/issues/51909), which contains suggestions in how to best adapt your codebase.