docs: fixed typo in jsdocs for Wallet.createRandom (#4461)

This commit is contained in:
Richard Moore 2023-11-10 23:00:50 -05:00
parent 39315288be
commit aff7addfd9

@ -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.