Skip to content

Commit 9b9a4fe

Browse files
mxstbrtimdorr
authored andcommitted
Add missing [enhancers] argument to API reference (reduxjs#2001)
* Add missing [enhancers] argument to API reference * Singular enhancers
1 parent b9a6a03 commit 9b9a4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ This section documents the complete Redux API. Keep in mind that Redux is only c
66

77
### Top-Level Exports
88

9-
* [createStore(reducer, [preloadedState])](createStore.md)
9+
* [createStore(reducer, [preloadedState], [enhancer])](createStore.md)
1010
* [combineReducers(reducers)](combineReducers.md)
1111
* [applyMiddleware(...middlewares)](applyMiddleware.md)
1212
* [bindActionCreators(actionCreators, dispatch)](bindActionCreators.md)

0 commit comments

Comments
 (0)