Skip to content

Commit

Permalink
Merge pull request #8 from psychedelicious/docs/minor-typo
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
zewish committed Nov 15, 2023
2 parents 33593e4 + 4aa638f commit efe2dd9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ API reference
-------------
- **rememberReducer(reducers: Reducer | ReducersMapObject)**
- Arguments:
1. **redicers** *(required)* - takes the result of `combineReducers()` function or list of non-combined reducers to combine internally (same as redux toolkit);
1. **reducers** *(required)* - takes the result of `combineReducers()` function or list of non-combined reducers to combine internally (same as redux toolkit);
- Returns - a new root reducer to use as first argument for the `configureStore()` (redux toolkit) or the `createStore()` (plain redux) function;


Expand Down

0 comments on commit efe2dd9

Please sign in to comment.