Skip to content

Commit

Permalink
chore: updated callbacks to be Requestable.callback
Browse files Browse the repository at this point in the history
closes #380
  • Loading branch information
AurelioDeRosa committed Sep 16, 2016
1 parent 00afe31 commit fb0669c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Repository.js
Expand Up @@ -762,7 +762,7 @@ class Repository extends Requestable {
/**
* Get information about a release
* @see https://developer.github.com/v3/repos/releases/#get-a-single-release
* @param {strign} id - the id of the release
* @param {string} id - the id of the release
* @param {Requestable.callback} cb - will receive the release information
* @return {Promise} - the promise for the http request
*/
Expand Down

0 comments on commit fb0669c

Please sign in to comment.