From 7ade188b2577b9caaeee100510e03923a43406c8 Mon Sep 17 00:00:00 2001 From: Onimisi Ayira Date: Wed, 31 Dec 2025 10:24:03 -0500 Subject: [PATCH] docs: remove extra 'it' in experimental decorators section of tsconfig --- .../copy/en/options/experimentalDecorators.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/tsconfig-reference/copy/en/options/experimentalDecorators.md b/packages/tsconfig-reference/copy/en/options/experimentalDecorators.md index f5e5e56dd812..64574a573362 100644 --- a/packages/tsconfig-reference/copy/en/options/experimentalDecorators.md +++ b/packages/tsconfig-reference/copy/en/options/experimentalDecorators.md @@ -6,6 +6,6 @@ oneline: "Enable experimental support for TC39 stage 2 draft decorators." Enables [experimental support for decorators](https://github.com/tc39/proposal-decorators), which is a version of decorators that predates the TC39 standardization process. Decorators are a language feature which hasn't yet been fully ratified into the JavaScript specification. -This means that the implementation version in TypeScript may differ from the implementation in JavaScript when it it decided by TC39. +This means that the implementation version in TypeScript may differ from the implementation in JavaScript when it is decided by TC39. You can find out more about decorator support in TypeScript in [the handbook](/docs/handbook/decorators.html).