Skip to content

Commit fb0669c

Browse files
committed
chore: updated callbacks to be Requestable.callback
closes github-tools#380
1 parent 00afe31 commit fb0669c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Repository.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -762,7 +762,7 @@ class Repository extends Requestable {
762762
/**
763763
* Get information about a release
764764
* @see https://developer.github.com/v3/repos/releases/#get-a-single-release
765-
* @param {strign} id - the id of the release
765+
* @param {string} id - the id of the release
766766
* @param {Requestable.callback} cb - will receive the release information
767767
* @return {Promise} - the promise for the http request
768768
*/

0 commit comments

Comments
 (0)