Skip to content

Commit aa9f61e

Browse files
authored
fix typo in extensions-of-props.mdx (#903)
1 parent c443793 commit aa9f61e

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
@@ -131,7 +131,7 @@ module Screen: {
131131
/>
132132
```
133133

134-
This example cann't pass the type checker, because the props types of both components are nominally different. You can make the both components having the same props type by passing `screenProps` type as argument to `@react.component`.
134+
This example can't pass the type checker, because the props types of both components are nominally different. You can make the both components having the same props type by passing `screenProps` type as argument to `@react.component`.
135135

136136
```res
137137
module A = {

0 commit comments

Comments
 (0)