From 2c817e5e09ae6324fe612f266fcfd032e5dadf69 Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Wed, 31 Jan 2024 00:36:39 -0500 Subject: [PATCH] docs: fixed jsdocs typo (#4532) --- src.ts/contract/factory.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */