We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent01a4842 commitafe6fecCopy full SHA for afe6fec
lib/Issue.js
@@ -248,10 +248,10 @@ class Issue extends Requestable {
248
}
249
250
/**
251
- * Add label to an issue
+ * Addalabel to an issue
252
*@see https://developer.github.com/v3/issues/labels/#add-labels-to-an-issue
253
*@param {number} issue - the id of the issue to comment on
254
- *@param {string} label - thename of the label to add to the issue
+ *@param {array} label - thenames of the label to add to the issue
255
*@param {Requestable.callback} [cb] - will receive the status
256
*@return {Promise} - the promise for the http request
257
*/
@@ -260,7 +260,7 @@ class Issue extends Requestable {
260
261
262
263
- *Addlabelto an issue
+ *Remove alabelfrom an issue
264
*@see https://developer.github.com/v3/issues/labels/#remove-a-label-from-an-issue
265
266
*@param {string} label - the name of the label to remove to the issue