Skip to content

Commit ca947a6

Browse files
authored
docs: Update mutations.md (#1602)
Fix spelling in mutation page
1 parent 41f46ad commit ca947a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/guides/mutations.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Mutations
55

66
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.
77

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

1010
```js
1111
function App() {

0 commit comments

Comments
 (0)