Skip to content

Commit ecdedaf

Browse files
authored
Typo fix
1 parent d926ec2 commit ecdedaf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/introduction/why-rtk-is-redux-today.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ export const addTodo = text => ({
6767
})
6868

6969
export const todoToggled = id => ({
70-
type: ADD_TODO,
70+
type: TODO_TOGGLED,
7171
payload: id
7272
})
7373

0 commit comments

Comments
 (0)