fix typos

This commit is contained in:
Thomas Bush 2024-02-28 23:42:45 +01:00
parent ad5f1c5fc7
commit d545e584b6
2 changed files with 2 additions and 2 deletions

View File

@ -118,7 +118,7 @@ function derivePath<T extends HDNodeLike<T>>(node: T, path: string): T {
/**
* An **HDNodeWallet** is a [[Signer]] backed by the private key derived
* from an HD Node using the [[link-bip-32]] stantard.
* from an HD Node using the [[link-bip-32]] standard.
*
* An HD Node forms a hierarchal structure with each HD Node having a
* private key and the ability to derive child HD Nodes, defined by

View File

@ -10,7 +10,7 @@
* The class most developers will want to use is [[Wallet]], which
* can load a private key directly or from any common wallet format.
*
* The [[HDNodeWallet]] can be used when it is necessary to access
* The [[HDNodeWallet]] class can be used when it is necessary to access
* low-level details of how an HD wallets are derived, exported
* or imported.
*