Skip to content

Commit

Permalink
grammar
Browse files Browse the repository at this point in the history
Co-authored-by: Arya Emami <[email protected]>
  • Loading branch information
EskiMojo14 and aryaemami59 authored Sep 27, 2024
1 parent 8729add commit 2d0d0b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/reduceReducers.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ const rootReducer = reduceReducers(

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.

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

## Returns

Expand Down

0 comments on commit 2d0d0b6

Please sign in to comment.