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.
1 parent d926ec2 commit ecdedafCopy full SHA for ecdedaf
docs/introduction/why-rtk-is-redux-today.md
@@ -67,7 +67,7 @@ export const addTodo = text => ({
67
})
68
69
export const todoToggled = id => ({
70
- type: ADD_TODO,
+ type: TODO_TOGGLED,
71
payload: id
72
73
0 commit comments