Skip to content

Commit

Permalink
Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeroen van der Heijden committed Aug 31, 2018
1 parent 7b4a8fb commit 4ad4cd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,7 @@ const ItemComponent = ({items}) => (
export default withVlow(ItemStore, ItemComponent);
```

>Note: It is still ok to use `PropTypes` for checking the props from a store
>Note: It is still ok to use `PropTypes` for checking the props from a store,
>for example:
>```javascript
>ItemComponent.propTypes = {
Expand Down

0 comments on commit 4ad4cd5

Please sign in to comment.