docs: fixed jsdocs typo (#4532)

This commit is contained in:
Richard Moore 2024-01-31 00:36:39 -05:00
parent 62d181ea0f
commit 2c817e5e09

View File

@ -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.
*/ */