Skip to content

Commit b10ad19

Browse files
committed
docs: fixed typo in jsdocs (#4748)
1 parent 90cc1d1 commit b10ad19

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src.ts/providers/provider.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2014,7 +2014,7 @@ export interface Provider extends ContractRunner, EventEmitterable<ProviderEvent
20142014
// Execution
20152015

20162016
/**
2017-
* Estimates the amount of gas required to executre %%tx%%.
2017+
* Estimates the amount of gas required to execute %%tx%%.
20182018
*/
20192019
estimateGas(tx: TransactionRequest): Promise<bigint>;
20202020

0 commit comments

Comments
 (0)