Skip to content

Commit 848d258

Browse files
Jeff-Tiangr2m
authored andcommittedOct 28, 2019
fix: typo
1 parent a3032b7 commit 848d258

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎test/helpers/mock-github.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import nock from 'nock';
22

33
/**
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.
55
*
66
* @param {Object} [env={}] Environment variables.
77
* @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(
2121
}
2222

2323
/**
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.
2525
*
2626
* @param {Object} [env={}] Environment variables.
2727
* @param {String} [githubToken=env.GH_TOKEN || env.GITHUB_TOKEN || 'GH_TOKEN'] The github token to return in the authentication response.

0 commit comments

Comments
 (0)
Please sign in to comment.