diff --git a/src.ts/contract/factory.ts b/src.ts/contract/factory.ts index ee957bb0a..a39f5ea1c 100644 --- a/src.ts/contract/factory.ts +++ b/src.ts/contract/factory.ts @@ -97,7 +97,7 @@ export class ContractFactory = Array, I = BaseContract * Resolves to the Contract deployed by passing %%args%% into the * 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 * sending any transactions to it. */