Skip to content

Commit

Permalink
renamed example var
Browse files Browse the repository at this point in the history
  • Loading branch information
zg009 committed May 13, 2024
1 parent 72b20b4 commit 18b7cb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/models/account-manager.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ class AccountManager {
*
* ```
* let options = { host, multiuser, store }
* let accontManager = AccountManager.from(options)
* let accountManager = AccountManager.from(options)
* ```
*
* @param [options={}] {Object} See the `constructor()` docstring.
Expand Down

0 comments on commit 18b7cb3

Please sign in to comment.