Skip to content

Commit

Permalink
Changed a little typo in function name
Browse files Browse the repository at this point in the history
  • Loading branch information
okonek authored Apr 2, 2018
1 parent c3c13d9 commit 5778ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/client.js
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ function TidalAPI(authData) {
* Try login using credentials.
* @param {{username: String, password: String}}
*/
TidalApi.prototype.tryLogin = function (authInfo, cb) {
TidalAPI.prototype.tryLogin = function (authInfo, cb) {
/**
* Logging?
* @type {boolean}
Expand Down

0 comments on commit 5778ddd

Please sign in to comment.