From 14a3a0205df50328fc9c25f91696a6ec46519b2c Mon Sep 17 00:00:00 2001 From: Matheus Fernandes Date: Fri, 5 May 2017 19:23:04 -0700 Subject: [PATCH] Tweak docs --- lib/cfg.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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 } = {}) {