Skip to content

Commit 665e747

Browse files
docs: Fix typo in useMutation.md (#8397)
Fix typo in useMutation.md
1 parent d3073c8 commit 665e747

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/framework/react/reference/useMutation.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ mutate(variables, {
5959
- `mutationKey: unknown[]`
6060
- Optional
6161
- A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults`.
62-
- `networkMode: 'online' | 'always' | 'offlineFirst`
62+
- `networkMode: 'online' | 'always' | 'offlineFirst'`
6363
- Optional
6464
- defaults to `'online'`
6565
- see [Network Mode](../../guides/network-mode) for more information.

0 commit comments

Comments
 (0)