From 741f16c384f3704bae9a23dfe0fc142c2fec7e10 Mon Sep 17 00:00:00 2001 From: King Date: Wed, 29 Jan 2025 21:42:26 +0100 Subject: [PATCH] Fix typo --- subproviders/docs/reference.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subproviders/docs/reference.mdx b/subproviders/docs/reference.mdx index e0550677c..6d3b9d58f 100644 --- a/subproviders/docs/reference.mdx +++ b/subproviders/docs/reference.mdx @@ -434,7 +434,7 @@ ___ *Defined in [subproviders/mnemonic_wallet.ts:89](https://github.com/0xProject/tools/blob/c64730cff/subproviders/src/subproviders/mnemonic_wallet.ts#L89)* -Signs a transaction with the account specificed by the `from` field in txParams. +Signs a transaction with the account specified by the `from` field in txParams. If you've added this Subprovider to your app's provider, you can simply send an `eth_sendTransaction` JSON RPC request, and this method will be called auto-magically. If you are not using this via a ProviderEngine instance, you can call it directly.