Commit 848d258 authored and committed Oct 28, 2019
1 parent a3032b7 commit 848d258 Copy full SHA for 848d258
File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
import nock from 'nock' ;
2
2
3
3
/**
4
- * Retun a `nock` object setup to respond to a github authentication request. Other expectation and responses can be chained.
4
+ * Return a `nock` object setup to respond to a github authentication request. Other expectation and responses can be chained.
5
5
*
6
6
* @param {Object } [env={}] Environment variables.
7
7
* @param {String } [githubToken=env.GH_TOKEN || env.GITHUB_TOKEN || 'GH_TOKEN'] The github token to return in the authentication response.
@@ -21,7 +21,7 @@ export function authenticate(
21
21
}
22
22
23
23
/**
24
- * Retun a `nock` object setup to respond to a github release upload request. Other expectation and responses can be chained.
24
+ * Return a `nock` object setup to respond to a github release upload request. Other expectation and responses can be chained.
25
25
*
26
26
* @param {Object } [env={}] Environment variables.
27
27
* @param {String } [githubToken=env.GH_TOKEN || env.GITHUB_TOKEN || 'GH_TOKEN'] The github token to return in the authentication response.
You can’t perform that action at this time.
0 commit comments