We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e92e18e commit 87ff5d0Copy full SHA for 87ff5d0
lib/jira.js
@@ -49,7 +49,7 @@
49
// * `Jira API Version<string>`: Known to work with `2` and `2.0.alpha1`
50
// * `verbose<bool>`: Log some info to the console, usually for debugging
51
// * `strictSSL<bool>`: Set to false if you have self-signed certs or something non-trustworthy
52
-// * `oauth`: A disctionary of `consumer_key`, `consumer_secret`, `access_token` and `access_token_secret` to be used for OAuth authentication.
+// * `oauth`: A dictionary of `consumer_key`, `consumer_secret`, `access_token` and `access_token_secret` to be used for OAuth authentication.
53
//
54
// ## Implemented APIs ##
55
0 commit comments