Skip to content

Commit

Permalink
Merge pull request #1507 from Firfi/createSlice-docs-object-full-of-f…
Browse files Browse the repository at this point in the history
…unctions
  • Loading branch information
markerikson authored Sep 14, 2021
2 parents 261410a + 4b1c21f commit 9e772d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/api/createSlice.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ hide_title: true

# `createSlice`

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

This API is the standard approach for writing Redux logic.
Expand Down

0 comments on commit 9e772d2

Please sign in to comment.