Skip to content

Commit 1a85a20

Browse files
authored
Merge pull request #1542 from 3b7ameed/patch-1
2 parents 2e50c66 + 8fcae74 commit 1a85a20

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
@@ -287,5 +287,5 @@ store.dispatch(counter.actions.multiply())
287287
console.log(`${counter.actions.decrement}`)
288288
// -> "counter/decrement"
289289
store.dispatch(user.actions.setUserName('eric'))
290-
// -> { counter: 6, user: { name: 'eric', age: 22} }
290+
// -> { counter: 12, user: { name: 'eric', age: 22} }
291291
```

0 commit comments

Comments
 (0)