Skip to content

Commit

Permalink
fix: typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff-Tian authored and gr2m committed Oct 28, 2019
1 parent a3032b7 commit 848d258
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/helpers/mock-github.js
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
import nock from 'nock';

/**
* Retun a `nock` object setup to respond to a github authentication request. Other expectation and responses can be chained.
* Return a `nock` object setup to respond to a github authentication request. Other expectation and responses can be chained.
*
* @param {Object} [env={}] Environment variables.
* @param {String} [githubToken=env.GH_TOKEN || env.GITHUB_TOKEN || 'GH_TOKEN'] The github token to return in the authentication response.
Expand All @@ -21,7 +21,7 @@ export function authenticate(
}

/**
* Retun a `nock` object setup to respond to a github release upload request. Other expectation and responses can be chained.
* Return a `nock` object setup to respond to a github release upload request. Other expectation and responses can be chained.
*
* @param {Object} [env={}] Environment variables.
* @param {String} [githubToken=env.GH_TOKEN || env.GITHUB_TOKEN || 'GH_TOKEN'] The github token to return in the authentication response.
Expand Down

0 comments on commit 848d258

Please sign in to comment.