diff --git a/src/utils/config.js b/src/utils/config.js index 674d774..253213e 100644 --- a/src/utils/config.js +++ b/src/utils/config.js @@ -81,7 +81,8 @@ class Config { * Get the RTMUser from the configuration * * If no RTMUser is saved, start the login process - * @returns {RTMUser} + * @param {function} callback callback function + * @param {RTMUser} callback.user The RTM User */ user(callback) { if ( !this._CONFIG._user ) {