diff --git a/docs/pages/references/permissionless/wagmi/reference/hooks/useSendTransaction.mdx b/docs/pages/references/permissionless/wagmi/reference/hooks/useSendTransaction.mdx index 5648a8c6..4273dc8c 100644 --- a/docs/pages/references/permissionless/wagmi/reference/hooks/useSendTransaction.mdx +++ b/docs/pages/references/permissionless/wagmi/reference/hooks/useSendTransaction.mdx @@ -124,7 +124,7 @@ The mutation function you can call with variables to trigger the mutation and op `(variables: SendTransactionVariables, { onSuccess, onSettled, onError }) => Promise` -Similar to [`sendTransaction`](#sendTransaction) but returns a promise which can be awaited. +Similar to [`sendTransaction`](#sendtransaction) but returns a promise which can be awaited. ### data @@ -194,5 +194,5 @@ A function to clean the mutation internal state (e.g. it resets the mutation to `SendTransactionVariables | undefined` -- The variables object passed to [`sendTransaction`](#sendTransaction). +- The variables object passed to [`sendTransaction`](#sendtransaction). - Defaults to `undefined`.