Skip to content

Commit 2d0d0b6

Browse files
grammar
Co-authored-by: Arya Emami <aryaemami59@yahoo.com>
1 parent 8729add commit 2d0d0b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/reduceReducers.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ const rootReducer = reduceReducers(
3434

3535
1. `initialState` (_any_): The initial state. This can also be the preloaded state for the reducer. This can also be omitted, and the first reducer's initial state will be used instead.
3636

37-
2. `...reducers` (_Function_): An set of reducer functions that need to be composed into one.
37+
2. `...reducers` (_Function_): A set of reducer functions that need to be composed into one.
3838

3939
## Returns
4040

0 commit comments

Comments
 (0)