Skip to content

Commit

Permalink
docs: fixed typo in jsdocs (#4748)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 29, 2024
1 parent 90cc1d1 commit b10ad19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/providers/provider.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2014,7 +2014,7 @@ export interface Provider extends ContractRunner, EventEmitterable<ProviderEvent
// Execution

/**
* Estimates the amount of gas required to executre %%tx%%.
* Estimates the amount of gas required to execute %%tx%%.
*/
estimateGas(tx: TransactionRequest): Promise<bigint>;

Expand Down

0 comments on commit b10ad19

Please sign in to comment.