diff --git a/src.ts/contract/contract.ts b/src.ts/contract/contract.ts index 208b0716a..86fab0bf9 100644 --- a/src.ts/contract/contract.ts +++ b/src.ts/contract/contract.ts @@ -792,7 +792,7 @@ export class BaseContract implements Addressable, EventEmitterable { return await getInternal(this).addrPromise; } /** - * Return the dedployed bytecode or null if no bytecode is found. + * Return the deployed bytecode or null if no bytecode is found. */ async getDeployedCode(): Promise { const provider = getProvider(this.runner);