Skip to content

Commit

Permalink
docs: Update mutations.md (#1602)
Browse files Browse the repository at this point in the history
Fix spelling in mutation page
  • Loading branch information
phedkvist authored Jan 9, 2021
1 parent 41f46ad commit ca947a6
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 @@ -5,7 +5,7 @@ title: Mutations

Unlike queries, mutations are typically used to create/update/delete data or perform server side-effects. For this purpose, React Query exports a `useMutation` hook.

Here's an example of a mutation that adds a new todo the server:
Here's an example of a mutation that adds a new todo to the server:

```js
function App() {
Expand Down

1 comment on commit ca947a6

@vercel
Copy link

@vercel vercel bot commented on ca947a6 Jan 9, 2021

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.