Skip to content
This repository was archived by the owner on Aug 10, 2020. It is now read-only.

Commit 4923c7d

Browse files
committed
update method doc
1 parent e9e329a commit 4923c7d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/index.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,8 @@ class BaseCommand extends Command {
6666

6767
/**
6868
* Get user netlify API token
69-
* @param {string} tokenFromFlag - value passed in by CLI flag
70-
* @return {array} - [ tokenValue, location ] resolved Netlify API token
69+
* @param {string} - [tokenFromFlag] - value passed in by CLI flag
70+
* @return {[string, string]} - tokenValue & location of resolved Netlify API token
7171
*/
7272
getConfigToken(tokenFromFlag) {
7373
// 1. First honor command flag --auth

0 commit comments

Comments
 (0)