Skip to content

Commit f7c458a

Browse files
authored
Remove repeating word in sentence (#3303)
1 parent ab02af1 commit f7c458a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/documentation/copy/en/release-notes/TypeScript 5.0.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -426,7 +426,7 @@ const arr = ["a", "b" ,"c"];
426426
fnGood(arr);
427427
```
428428

429-
[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.
429+
[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.
430430

431431
## Supporting Multiple Configuration Files in `extends`
432432

0 commit comments

Comments
 (0)