Skip to content

Commit

Permalink
docs: Update mutations.md (#5171)
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobshandling authored Mar 21, 2023
1 parent 7c7102c commit baf722f
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 @@ -84,7 +84,7 @@ const CreateTodo = () => {

## Resetting Mutation State

It's sometimes the case that you need to clear the `error` or `data` of a mutation request. To do this, you can use the `reset` function to handle this:
It's sometimes the case that you need to clear the `error` or `data` of a mutation request. To do this, you can use the `reset` function:

```js
const CreateTodo = () => {
Expand Down

0 comments on commit baf722f

Please sign in to comment.