Skip to content

Commit feb8eb8

Browse files
authored
docs: fix a typo in mutations.md (TanStack#3386)
1 parent 7be6d89 commit feb8eb8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: docs/src/pages/guides/mutations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ useMutation(addTodo, {
195195
mutate(todo, {
196196
onSuccess: (data, error, variables, context) => {
197197
// Will execute only once, for the last mutation (Todo 3),
198-
// regardles which mutation resolves first
198+
// regardless which mutation resolves first
199199
},
200200
})
201201
})

0 commit comments

Comments
 (0)