aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.redux/create-redux-store.html
diff options
context:
space:
mode:
authorRobert Jaros <rjaros@finn.pl>2019-04-04 13:10:28 +0200
committerRobert Jaros <rjaros@finn.pl>2019-04-04 13:10:28 +0200
commit8883419bfcec00947863741d48dbd89cc877615a (patch)
tree3bfaa51ceaae33abe2be84d1bcc6c772bec2fd59 /api/pl.treksoft.kvision.redux/create-redux-store.html
parent7d18a562b285a7ae08f81ba6110637ea797e84f9 (diff)
downloadkvision-8883419bfcec00947863741d48dbd89cc877615a.tar.gz
kvision-8883419bfcec00947863741d48dbd89cc877615a.tar.bz2
kvision-8883419bfcec00947863741d48dbd89cc877615a.zip
API documentation for KVision 0.0.32
Diffstat (limited to 'api/pl.treksoft.kvision.redux/create-redux-store.html')
-rw-r--r--api/pl.treksoft.kvision.redux/create-redux-store.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/api/pl.treksoft.kvision.redux/create-redux-store.html b/api/pl.treksoft.kvision.redux/create-redux-store.html
index cf75fdaf..e0782786 100644
--- a/api/pl.treksoft.kvision.redux/create-redux-store.html
+++ b/api/pl.treksoft.kvision.redux/create-redux-store.html
@@ -14,8 +14,8 @@
<h3>Parameters</h3>
<p><a name="reducer"></a>
<code>reducer</code> - a reducer function</p>
-<p><a name="state"></a>
-<code>state</code> - an initial state</p>
+<p><a name="initialState"></a>
+<code>initialState</code> - an initial state</p>
<p><a name="middlewares"></a>
<code>middlewares</code> - a list of optional Redux JS middlewares</p>
</BODY>