We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b794c8e commit 91140d9Copy full SHA for 91140d9
docs/src/components/usage-example.js
@@ -141,7 +141,7 @@ export default React.createClass({
141
142
<p>
143
<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>
+ <pre><code>(storeState, actionPayload) => (newStoreState)</code></pre>
145
</p>
146
</div>
147
0 commit comments