Skip to content

Commit ef9d47b

Browse files
authored
docs: Update updates-from-mutation-responses.md (TanStack#759)
1 parent ba48a92 commit ef9d47b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/pages/docs/guides/updates-from-mutation-responses.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ mutate({
2020
const { status, data, error } = useQuery(['todo', { id: 5 }], fetchTodoByID)
2121
```
2222

23-
You might want to tight the `onSuccess` logic into a reusable mutation, for that you can
23+
You might want to tie the `onSuccess` logic into a reusable mutation, for that you can
2424
create a custom hook like this:
2525

2626
```js

0 commit comments

Comments
 (0)