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 00afe31 commit fb0669cCopy full SHA for fb0669c
lib/Repository.js
@@ -762,7 +762,7 @@ class Repository extends Requestable {
762
/**
763
* Get information about a release
764
* @see https://developer.github.com/v3/repos/releases/#get-a-single-release
765
- * @param {strign} id - the id of the release
+ * @param {string} id - the id of the release
766
* @param {Requestable.callback} cb - will receive the release information
767
* @return {Promise} - the promise for the http request
768
*/
0 commit comments