Skip to content

Commit 17a45c7

Browse files
committedSep 22, 2015
Merge pull request #171 from hnordt/hnordt-usexcl
Minor usage example clarification
2 parents b794c8e + 91140d9 commit 17a45c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎docs/src/components/usage-example.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export default React.createClass({
141141

142142
<p>
143143
<code>initialize()</code> - Sets up any action handlers, by specifying the action type and a function that transforms
144-
<pre><code>(storeState, action) => (newStoreState)</code></pre>
144+
<pre><code>(storeState, actionPayload) => (newStoreState)</code></pre>
145145
</p>
146146
</div>
147147
</div>

0 commit comments

Comments
 (0)
Please sign in to comment.