Fixed typo. (#391)

This commit is contained in:
Chris Brown 2017-03-21 11:58:37 +11:00 committed by Buu Nguyen
parent 2b63178b6e
commit 8833647745
1 changed files with 1 additions and 1 deletions

View File

@ -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