Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
docs: fixed jsdocs typo (#4532)
  • Loading branch information
ricmoo committed Jan 31, 2024
1 parent 62d181e commit 2c817e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/contract/factory.ts
Expand Up @@ -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
* 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.
*/
Expand Down

0 comments on commit 2c817e5

Please sign in to comment.