Skip to content

Commit

Permalink
docs: fixed typo in jsdocs for Wallet.createRandom (#4461)
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed Nov 11, 2023
1 parent 3931528 commit aff7add
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 aff7add

Please sign in to comment.