From 7a73b686cc3e676dd2e9e9a9ef02aad944489fe6 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 31 Jan 2024 00:39:08 -0500 Subject: [PATCH] docs: fixed jsdocs typo (#4522) --- src.ts/providers/provider.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/providers/provider.ts b/src.ts/providers/provider.ts index 045a1781e..2f7595dd1 100644 --- a/src.ts/providers/provider.ts +++ b/src.ts/providers/provider.ts @@ -143,7 +143,7 @@ export interface TransactionRequest { nonce?: null | number; /** - * The maximum amount of gas to allow this transaction to consime. + * The maximum amount of gas to allow this transaction to consume. */ gasLimit?: null | BigNumberish;