Skip to content

Commit 6896b86

Browse files
committed
Tweak copy
1 parent 4cb5a90 commit 6896b86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

misc_docs/syntax/decorator_gentype.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ category: "decorators"
88

99
The `@genType` decorator may be used to export ReScript values and types to JavaScript, and import JavaScript values and types into ReScript.
1010

11-
[GenType](/docs/gentype/latest/introduction) is powerful code generation tool that provides support for both [TypeScript](https://www.typescriptlang.org/) and [Flow](https://flow.org/). It has many features and includes support for [ReasonReact](https://reasonml.github.io/reason-react/) components.
11+
[GenType](/docs/gentype/latest/introduction) is powerful code generation tool that can automatically generate [TypeScript](https://www.typescriptlang.org/) or [Flow](https://flow.org/) types, and also includes support for [ReasonReact](https://reasonml.github.io/reason-react/) components.
1212

1313
### Example
1414

0 commit comments

Comments
 (0)