Skip to content

Commit

Permalink
docs: fix a typo in mutations.md (#3386)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ken123777 authored Mar 13, 2022
1 parent 7be6d89 commit feb8eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/pages/guides/mutations.md
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ useMutation(addTodo, {
mutate(todo, {
onSuccess: (data, error, variables, context) => {
// Will execute only once, for the last mutation (Todo 3),
// regardles which mutation resolves first
// regardless which mutation resolves first
},
})
})
Expand Down

1 comment on commit feb8eb8

@vercel
Copy link

@vercel vercel bot commented on feb8eb8 Mar 13, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.