aboutsummaryrefslogtreecommitdiff
path: root/api/pl.treksoft.kvision.redux/create-redux-store.html
diff options
context:
space:
mode:
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>