Skip to content

Commit

Permalink
Merge pull request #186 from kyriacos/patch-1
Browse files Browse the repository at this point in the history
Fix typo in comments
  • Loading branch information
goatslacker committed Apr 19, 2015
2 parents 986e50e + 62ae572 commit ebb1412
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/AltContainer.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@
* Using the `stores` prop.
*
* <AltContainer stores={{ FooStore: FooStore }}>
* children get this.props.FootStore.storeData
* children get this.props.FooStore.storeData
* </AltContainer>
*
* You can also pass in functions.
*
* <AltContainer stores={{ FooStore: function () { return { storeData: true } } }}>
* children get this.props.FootStore.storeData
* children get this.props.FooStore.storeData
* </AltContainer>
*
* Using the `store` prop.
Expand Down

0 comments on commit ebb1412

Please sign in to comment.