From 59cfa864be74cc08e01b798f7cb5def6596e2420 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 31 Jan 2024 00:40:17 -0500 Subject: [PATCH] docs: fixed jsdocs typo (#4515) --- src.ts/providers/provider-jsonrpc.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/providers/provider-jsonrpc.ts b/src.ts/providers/provider-jsonrpc.ts index 3dce33dca..14ba6ad1b 100644 --- a/src.ts/providers/provider-jsonrpc.ts +++ b/src.ts/providers/provider-jsonrpc.ts @@ -172,7 +172,7 @@ export type DebugEventJsonRpcApiProvider = { * cannot change, such as when using INFURA (since the URL dictates the * network). If the network is assumed static and it does change, this * can have tragic consequences. For example, this **CANNOT** be used - * with MetaMask, since the used can select a new network from the + * with MetaMask, since the user can select a new network from the * drop-down at any time. * * **``batchStallTime``** - how long (ms) to aggregate requests into a