Skip to content

Commit 9e772d2

Browse files
authored
Merge pull request #1507 from Firfi/createSlice-docs-object-full-of-functions
2 parents 261410a + 4b1c21f commit 9e772d2

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)