Skip to content

Commit

Permalink
Merge pull request #171 from hnordt/hnordt-usexcl
Browse files Browse the repository at this point in the history
Minor usage example clarification
  • Loading branch information
bhamodi committed Sep 22, 2015
2 parents b794c8e + 91140d9 commit 17a45c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/components/usage-example.js
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export default React.createClass({

<p>
<code>initialize()</code> - Sets up any action handlers, by specifying the action type and a function that transforms
<pre><code>(storeState, action) => (newStoreState)</code></pre>
<pre><code>(storeState, actionPayload) => (newStoreState)</code></pre>
</p>
</div>
</div>
Expand Down

0 comments on commit 17a45c7

Please sign in to comment.