diff --git a/docs/react/reference/useMutation.md b/docs/react/reference/useMutation.md index c3ae969ce6..36ee1c6652 100644 --- a/docs/react/reference/useMutation.md +++ b/docs/react/reference/useMutation.md @@ -43,7 +43,7 @@ mutate(variables, { **Options** - `mutationFn: (variables: TVariables) => Promise` - - **Required** + - **Required, but only if no default mutation function has been defined** - A function that performs an asynchronous task and returns a promise. - `variables` is an object that `mutate` will pass to your `mutationFn` - `cacheTime: number | Infinity`