docs: fixed jsdocs typo (#4023)

This commit is contained in:
Richard Moore 2023-06-06 22:37:18 -04:00
parent 9a14709def
commit 374fbaebcd

View File

@ -371,7 +371,7 @@ export class HDNodeWallet extends BaseWallet {
}
/**
* Create am HD Node from %%mnemonic%%.
* Create an HD Node from %%mnemonic%%.
*/
static fromMnemonic(mnemonic: Mnemonic, path?: string): HDNodeWallet {
if (!path) { path = defaultPath; }