Skip to content

Commit 91140d9

Browse files
committed
Minor usage example clarification
1 parent b794c8e commit 91140d9

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)