Skip to content

Commit 8833647

Browse files
chrisbrowniebuunguyen
authored andcommitted
Fixed typo. (ovity#391)
1 parent 2b63178 commit 8833647

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/adapters/adapter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ class Adapter {
138138
case 404:
139139
error = 'Private repository'
140140
message =
141-
`Accessing private repositories requires a access token.
141+
`Accessing private repositories requires an access token.
142142
Follow <a href="${this.getCreateTokenUrl()}" target="_blank">this link</a>
143143
to create one and paste it below.`
144144
needAuth = true

0 commit comments

Comments
 (0)