We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b794c8e + 91140d9 commit 17a45c7Copy full SHA for 17a45c7
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