Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
zewish committed Dec 18, 2022
1 parent 0044b4f commit 8383086
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -197,9 +197,9 @@ If your application still isn't migrated to redux toolkit, [check the legacy usa

API reference
-------------
- **rememberReducer(redicers: Reducer | ReducersMapObject)**
- **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
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "redux-remember",
"version": "3.1.8",
"version": "3.1.9",
"description": "Saves and loads your redux state from a key-value store of your choice",
"author": "Iskren Slavov <[email protected]>",
"license": "MIT",
Expand Down

0 comments on commit 8383086

Please sign in to comment.