From f3b17952efe32f5c00aaf9f13df6cb08c4d9f0fc Mon Sep 17 00:00:00 2001 From: Domas <77069164+domasjd@users.noreply.github.com> Date: Mon, 31 Aug 2026 19:04:33 +0300 Subject: [PATCH] Fix wording in TypeScript 2.6 release notes Corrected the wording from 'this comments' to 'these comments' for clarity. --- packages/documentation/copy/en/release-notes/TypeScript 2.6.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/release-notes/TypeScript 2.6.md b/packages/documentation/copy/en/release-notes/TypeScript 2.6.md index f476c1fdc913..6d75a564b7aa 100644 --- a/packages/documentation/copy/en/release-notes/TypeScript 2.6.md +++ b/packages/documentation/copy/en/release-notes/TypeScript 2.6.md @@ -228,7 +228,7 @@ if (false) { A `// @ts-ignore` comment suppresses all errors that originate on the following line. It is recommended practice to have the remainder of the comment following `@ts-ignore` explain which error is being suppressed. -Please note that this comment only suppresses the error reporting, and we recommend you use this comments _very sparingly_. +Please note that this comment only suppresses the error reporting, and we recommend you use these comments _very sparingly_. ## Faster `tsc --watch`