Skip to content

Commit 41c5c25

Browse files
authored
Update README.md
1 parent 13719db commit 41c5c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pretty-proptypes/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ ${<Props
9090
heading=""
9191
props={require('!!extract-react-types-loader!../../PropTypes/Select')}
9292
overrides={{
93-
components: (props) => <Prop {...props} shapeComponent={() => null} type="All Components Object" /> }}
93+
isACoolComponent: (props) => <Prop {...props} shapeComponent={() => null} type="All Components Object" /> }}
9494
/>}
9595
```
9696

0 commit comments

Comments
 (0)