Skip to content

Commit 10a912b

Browse files
committed
docs: fixed typos (#5039)
1 parent 719b01d commit 10a912b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src.ts/providers/abstract-signer.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/**
22
* Generally the [[Wallet]] and [[JsonRpcSigner]] and their sub-classes
3-
* are sufficent for most developers, but this is provided to
3+
* are sufficient for most developers, but this is provided to
44
* fascilitate more complex Signers.
55
*
66
* @_section: api/providers/abstract-signer: Subclassing Signer [abstract-signer]
@@ -267,7 +267,7 @@ export abstract class AbstractSigner<P extends null | Provider = null | Provider
267267
}
268268

269269
/**
270-
* A **VoidSigner** is a class deisgned to allow an address to be used
270+
* A **VoidSigner** is a class designed to allow an address to be used
271271
* in any API which accepts a Signer, but for which there are no
272272
* credentials available to perform any actual signing.
273273
*

src.ts/providers/formatting.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -234,7 +234,7 @@ export interface TransactionReceiptParams {
234234
logs: ReadonlyArray<LogParams>;
235235

236236
/**
237-
* The amount of gas consumed executing this transaciton.
237+
* The amount of gas consumed executing this transaction.
238238
*/
239239
gasUsed: bigint;
240240

0 commit comments

Comments
 (0)