docs: fixed jsdocs typo (#4532)
This commit is contained in:
parent
62d181ea0f
commit
2c817e5e09
@ -97,7 +97,7 @@ export class ContractFactory<A extends Array<any> = Array<any>, I = BaseContract
|
|||||||
* Resolves to the Contract deployed by passing %%args%% into the
|
* Resolves to the Contract deployed by passing %%args%% into the
|
||||||
* constructor.
|
* constructor.
|
||||||
*
|
*
|
||||||
* This will resovle to the Contract before it has been deployed to the
|
* This will resolve to the Contract before it has been deployed to the
|
||||||
* network, so the [[BaseContract-waitForDeployment]] should be used before
|
* network, so the [[BaseContract-waitForDeployment]] should be used before
|
||||||
* sending any transactions to it.
|
* sending any transactions to it.
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user