diff --git a/packages/documentation/copy/en/release-notes/TypeScript 3.7.md b/packages/documentation/copy/en/release-notes/TypeScript 3.7.md index d155f07e82cb..367796a2223a 100644 --- a/packages/documentation/copy/en/release-notes/TypeScript 3.7.md +++ b/packages/documentation/copy/en/release-notes/TypeScript 3.7.md @@ -109,7 +109,7 @@ function barPercentage(foo?: { bar: number }) { } ``` -More more details, you can [read up on the proposal](https://github.com/tc39/proposal-optional-chaining/) and [view the original pull request](https://github.com/microsoft/TypeScript/pull/33294). +For more details, you can [read up on the proposal](https://github.com/tc39/proposal-optional-chaining/) and [view the original pull request](https://github.com/microsoft/TypeScript/pull/33294). ## Nullish Coalescing