From aff7addfd9764be2fa13c453870992ad6dc8269b Mon Sep 17 00:00:00 2001 From: Richard Moore Date: Fri, 10 Nov 2023 23:00:50 -0500 Subject: [PATCH] docs: fixed typo in jsdocs for Wallet.createRandom (#4461) --- src.ts/wallet/wallet.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src.ts/wallet/wallet.ts b/src.ts/wallet/wallet.ts index bf70be082..ed17f79f9 100644 --- a/src.ts/wallet/wallet.ts +++ b/src.ts/wallet/wallet.ts @@ -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.