Skip to content

Commit

Permalink
Corrects JSDoc comment for getVersion
Browse files Browse the repository at this point in the history
  • Loading branch information
philnash committed Mar 22, 2021
1 parent fd03d0b commit 6937584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/process.js
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ async function setAuthtoken (optsOrToken) {
}

/**
* @param {INgrokOptions | undefined} opts
* @param {Ngrok.Options | undefined} opts
*/
async function getVersion(opts = {}) {
let dir = defaultDir;
Expand Down

0 comments on commit 6937584

Please sign in to comment.