Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fixed jsdocs typo (#4515)
  • Loading branch information
ricmoo committed Jan 31, 2024
1 parent 7a73b68 commit 59cfa86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/provider-jsonrpc.ts
Expand Up @@ -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
Expand Down

0 comments on commit 59cfa86

Please sign in to comment.