diff --git a/lib/cfg.js b/lib/cfg.js index baf02f7..4a92b9b 100644 --- a/lib/cfg.js +++ b/lib/cfg.js @@ -33,9 +33,9 @@ function save(data) { * @param {Boolean} force [false] Queries the API even if the config * file is not present. If `true`, `token` * *must* be specified - * @param {String} token Will be used to autenticate in the API - * if `force` is `true` - * @param {String} apiUrl URL of the API to be used + * @param {String} token Will be used to autenticate in the API + if needed + * @param {String} apiUrl URL of the API to be used * @return {Object} */ async function read({ force = false, token, apiUrl } = {}) {