Skip to content

Commit 4c89e06

Browse files
committed
Fix documentation mistakes
1 parent 8dc2ba7 commit 4c89e06

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: docs/openapi-react-query/use-mutation.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
---
2-
title: useQuery
2+
title: useMutation
33
---
44
# {{ $frontmatter.title }}
55

6-
The `useMutation` method allows you to use the original [useMutation](https://tanstack.com/query/latest/docs/framework/react/guides/queries).
6+
The `useMutation` method allows you to use the original [useMutation](https://tanstack.com/query/latest/docs/framework/react/guides/mutations).
77

88
- The result is the same as the original function.
99
- The `mutationKey` is `[method, path]`.

0 commit comments

Comments
 (0)