From d791faa7c8ed7dca407e4b3d42ab4d508063239b Mon Sep 17 00:00:00 2001 From: Shammel Lee Date: Mon, 4 Nov 2024 17:10:00 -0500 Subject: [PATCH] Fix small typo Change "as soon affected code" to "as soon as affected code" --- packages/documentation/copy/en/release-notes/TypeScript 3.9.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/release-notes/TypeScript 3.9.md b/packages/documentation/copy/en/release-notes/TypeScript 3.9.md index 57cd8c07ce0a..6b41aad17236 100644 --- a/packages/documentation/copy/en/release-notes/TypeScript 3.9.md +++ b/packages/documentation/copy/en/release-notes/TypeScript 3.9.md @@ -138,7 +138,7 @@ Pick `ts-expect-error` if: - you're writing test code where you actually want the type system to error on an operation - you expect a fix to be coming in fairly quickly and you just need a quick workaround -- you're in a reasonably-sized project with a proactive team that wants to remove suppression comments as soon affected code is valid again +- you're in a reasonably-sized project with a proactive team that wants to remove suppression comments as soon as affected code is valid again Pick `ts-ignore` if: