Skip to content

Commit d4646cd

Browse files
committed
Fix typo in gentype
1 parent c83ec62 commit d4646cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/gentype/latest/supported-types.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ In case of mixed named and unnamed arguments, consecutive named arguments form s
117117

118118
Function components are exported and imported exactly like normal functions. For example:
119119

120-
```reaspn
120+
```reason
121121
[@genType]
122122
[@react.component]
123123
let make = (~name) => React.string(name);

0 commit comments

Comments
 (0)