Skip to content

Commit 0e913eb

Browse files
authored
Update useMutation.md
1 parent 7c0187e commit 0e913eb

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
@@ -52,7 +52,7 @@ mutate(variables, {
5252
- `mutationKey: unknown[]`
5353
- Optional
5454
- A mutation key can be set to inherit defaults set with `queryClient.setMutationDefaults`.
55-
- `networkMode: 'online' | 'always' | 'offlineFirst`
55+
- `networkMode: 'online' | 'always' | 'offlineFirst'`
5656
- optional
5757
- defaults to `'online'`
5858
- see [Network Mode](./guides/network-mode) for more information.

0 commit comments

Comments
 (0)