Skip to content

Commit

Permalink
docs: fixed typo in jsdocs (#4688).
Browse files Browse the repository at this point in the history
  • Loading branch information
ricmoo committed May 1, 2024
1 parent 5c8d17a commit 6121ed4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src.ts/wallet/hdwallet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -161,9 +161,9 @@ export class HDNodeWallet extends BaseWallet {
/**
* The derivation path of this wallet.
*
* Since extended keys do not provider full path details, this
* Since extended keys do not provide full path details, this
* may be ``null``, if instantiated from a source that does not
* enocde it.
* encode it.
*/
readonly path!: null | string;

Expand Down

0 comments on commit 6121ed4

Please sign in to comment.