From 374a29e5ef7fe7b47443dc922ee0dd6f142cc32e Mon Sep 17 00:00:00 2001 From: "Dotan J. Nahum" Date: Sat, 26 Jan 2019 19:53:22 +0200 Subject: [PATCH] Update createSlice.md --- docs/api/createSlice.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api/createSlice.md b/docs/api/createSlice.md index 7f53869dcf..8f649880da 100644 --- a/docs/api/createSlice.md +++ b/docs/api/createSlice.md @@ -14,7 +14,7 @@ A function that accepts an initial state, an object full of reducer functions, a `createSlice` accepts a single configuration object parameter, with the following options: ```ts -function configureStore({ +function createSlice({ // An object of "case reducers". Key names will be used to generate actions. reducers: Object // The initial state for the reducer