Skip to content

Commit 66cb94e

Browse files
Don't frighten users; don't send them by freight either.
1 parent 5587252 commit 66cb94e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -183,7 +183,7 @@ levels, that indicate what information this token can access. In this case,
183183
we're setting up the token with _repo_ access, the most permissive scope in the
184184
GitHub API, allowing access to read and write to private repositories. See [the
185185
scopes docs][scopes] for a full list of scopes. You should **only** request
186-
scopes that your application actually needs, in order to not freighten users with
186+
scopes that your application actually needs, in order to not frighten users with
187187
potentially invasive actions.
188188

189189
The `201` status code tells us that the call was successful, and the JSON returned

0 commit comments

Comments
 (0)