Skip to content

Commit

Permalink
docs: fixed typo in jsdocs for Wallet.createRandom (ethers-io#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo authored and Woodpile37 committed Jan 14, 2024
1 parent 823841f commit 41c066e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src.ts/wallet/wallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ export class Wallet extends BaseWallet {
}

/**
* Creates a new random [[HDNodeWallet]] using the avavilable
* Creates a new random [[HDNodeWallet]] using the available
* [cryptographic random source](randomBytes).
*
* If there is no crytographic random source, this will throw.
Expand Down

0 comments on commit 41c066e

Please sign in to comment.