diff --git a/src.ts/providers/abstract-signer.ts b/src.ts/providers/abstract-signer.ts index 708f974156..f192dccecb 100644 --- a/src.ts/providers/abstract-signer.ts +++ b/src.ts/providers/abstract-signer.ts @@ -1,6 +1,6 @@ /** * Generally the [[Wallet]] and [[JsonRpcSigner]] and their sub-classes - * are sufficent for most developers, but this is provided to + * are sufficient for most developers, but this is provided to * fascilitate more complex Signers. * * @_section: api/providers/abstract-signer: Subclassing Signer [abstract-signer] @@ -267,7 +267,7 @@ export abstract class AbstractSigner

; /** - * The amount of gas consumed executing this transaciton. + * The amount of gas consumed executing this transaction. */ gasUsed: bigint;