Skip to content

Commit

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

Expand Down

0 comments on commit 7a73b68

Please sign in to comment.