Skip to content

Commit a0f4610

Browse files
authored
Merge pull request #4470 from hskwakr/fix-typo
2 parents 9d4f0d8 + 0f8d869 commit a0f4610

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/fundamentals/part-8-modern-redux.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ There's several things to see in this example:
249249

250250
- We write case reducer functions inside the `reducers` object, and give them readable names
251251
- **`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
252+
- `createSlice` automatically returns the existing state in the default case
253253
- **`createSlice` allows us to safely "mutate" our state!**
254254
- But, we can also make immutable copies like before if we want to
255255

0 commit comments

Comments
 (0)