Skip to content

Commit

Permalink
Fixed typo. (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisbrownie authored and buunguyen committed Mar 21, 2017
1 parent 2b63178 commit 8833647
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/adapters/adapter.js
Expand Up @@ -138,7 +138,7 @@ class Adapter {
case 404:
error = 'Private repository'
message =
`Accessing private repositories requires a access token.
`Accessing private repositories requires an access token.
Follow <a href="${this.getCreateTokenUrl()}" target="_blank">this link</a>
to create one and paste it below.`
needAuth = true
Expand Down

0 comments on commit 8833647

Please sign in to comment.