Skip to content

Commit c609448

Browse files
mununkicknitt
andauthored
Update pages/docs/react/latest/extensions-of-props.mdx
Co-authored-by: Christoph Knittel <[email protected]>
1 parent 7d50951 commit c609448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pages/docs/react/latest/extensions-of-props.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ You can control the definition of the `props` type by passing as argument to `@r
5353
<CodeTab labels={["Decorated", "Expanded"]}>
5454

5555
```res
56-
type sharedprops<'x, 'y> = {x: 'x, y: 'y, z:string}
56+
type sharedProps<'x, 'y> = {x: 'x, y: 'y, z:string}
5757
5858
module C1 = {
5959
@react.component(:sharedProps<'a, 'b>)

0 commit comments

Comments
 (0)