Skip to content

Commit 6e177cc

Browse files
authored
Fix Typos | SRC-01 (#1848)
1 parent 65b78dd commit 6e177cc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/network/src/provider/providers/hardhat-provider/hardhat-provider.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class HardhatVeChainProvider extends VeChainProvider {
9090
}
9191

9292
/**
93-
* Overload off the sendAsync method.
93+
* Overload of the sendAsync method.
9494
* It is the same of the send method, but with a callback.
9595
* Instead of returning the result, it calls the callback with the result.
9696
*

packages/network/src/signer/signers/vechain-abstract-signer/vechain-abstract-signer.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ abstract class VeChainAbstractSigner implements VeChainSigner {
184184
}
185185

186186
/**
187-
* Estimates the required gas required to execute //tx// on the Blockchain. This
187+
* Estimates the gas required to execute //tx// on the Blockchain. This
188188
* will be the expected amount a transaction will need
189189
* to successfully run all the necessary computations and store the changed state
190190
* that the transaction intends.

0 commit comments

Comments
 (0)