docs: fixed jsdocs typo (#4522)

This commit is contained in:
Richard Moore 2024-01-31 00:39:08 -05:00
parent 2c817e5e09
commit 7a73b686cc

@ -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;