From 888f5802c9b714292dc0bc737fd990fda92d4126 Mon Sep 17 00:00:00 2001 From: blisse <76980525+blxsse@users.noreply.github.com> Date: Mon, 20 Jan 2025 13:30:33 -0500 Subject: [PATCH] Remove repeating word in sentence --- packages/documentation/copy/en/release-notes/TypeScript 5.0.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/documentation/copy/en/release-notes/TypeScript 5.0.md b/packages/documentation/copy/en/release-notes/TypeScript 5.0.md index 629baca549da..280b3be76c9b 100644 --- a/packages/documentation/copy/en/release-notes/TypeScript 5.0.md +++ b/packages/documentation/copy/en/release-notes/TypeScript 5.0.md @@ -426,7 +426,7 @@ const arr = ["a", "b" ,"c"]; fnGood(arr); ``` -[See the pull request](https://github.com/microsoft/TypeScript/pull/51865) and the ([first](https://github.com/microsoft/TypeScript/issues/30680) and second [second](https://github.com/microsoft/TypeScript/issues/41114)) motivating issues for more details. +[See the pull request](https://github.com/microsoft/TypeScript/pull/51865) and the ([first](https://github.com/microsoft/TypeScript/issues/30680) and [second](https://github.com/microsoft/TypeScript/issues/41114)) motivating issues for more details. ## Supporting Multiple Configuration Files in `extends`