Skip to content

Commit 4559775

Browse files
authored
docs: remove extra 'it' in experimental decorators section of tsconfig (#3485)
1 parent 22f9874 commit 4559775

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/tsconfig-reference/copy/en/options/experimentalDecorators.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@ oneline: "Enable experimental support for TC39 stage 2 draft decorators."
66
Enables [experimental support for decorators](https://github.com/tc39/proposal-decorators), which is a version of decorators that predates the TC39 standardization process.
77

88
Decorators are a language feature which hasn't yet been fully ratified into the JavaScript specification.
9-
This means that the implementation version in TypeScript may differ from the implementation in JavaScript when it it decided by TC39.
9+
This means that the implementation version in TypeScript may differ from the implementation in JavaScript when it is decided by TC39.
1010

1111
You can find out more about decorator support in TypeScript in [the handbook](/docs/handbook/decorators.html).

0 commit comments

Comments
 (0)