We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9d4f0d8 + 0f8d869 commit a0f4610Copy full SHA for a0f4610
docs/tutorials/fundamentals/part-8-modern-redux.md
@@ -249,7 +249,7 @@ There's several things to see in this example:
249
250
- We write case reducer functions inside the `reducers` object, and give them readable names
251
- **`createSlice` will automatically generate action creators** that correspond to each case reducer function we provide
252
-- createSlice automatically returns the existing state in the default case
+- `createSlice` automatically returns the existing state in the default case
253
- **`createSlice` allows us to safely "mutate" our state!**
254
- But, we can also make immutable copies like before if we want to
255
0 commit comments