Skip to content

Commit 4b1c21f

Browse files
"an object full of reducer functions" wording fix
#1506
1 parent 261410a commit 4b1c21f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api/createSlice.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ hide_title: true
99

1010
# `createSlice`
1111

12-
A function that accepts an initial state, an object full of reducer functions, and a "slice name",
12+
A function that accepts an initial state, an object of reducer functions, and a "slice name",
1313
and automatically generates action creators and action types that correspond to the reducers and state.
1414

1515
This API is the standard approach for writing Redux logic.

0 commit comments

Comments
 (0)