docs: fixed jsdocs typo (#4023)
This commit is contained in:
parent
9a14709def
commit
374fbaebcd
@ -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; }
|
||||
|
Loading…
Reference in New Issue
Block a user