Skip to content

Commit 18b7cb3

Browse files
committed
renamed example var
1 parent 72b20b4 commit 18b7cb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/models/account-manager.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ class AccountManager {
5757
*
5858
* ```
5959
* let options = { host, multiuser, store }
60-
* let accontManager = AccountManager.from(options)
60+
* let accountManager = AccountManager.from(options)
6161
* ```
6262
*
6363
* @param [options={}] {Object} See the `constructor()` docstring.

0 commit comments

Comments
 (0)