Skip to content

Commit f52b87a

Browse files
committed
Merge pull request github#232 from richardkmichael/typos
Caught a few typos while reviewing documentation.
2 parents 5587252 + a712a27 commit f52b87a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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

content/v3/orgs/teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ NOTE: This does not delete the user, it just remove them from the team.
190190

191191
In order to add a repo to a team, the authenticated user must be an
192192
owner of the org that the team is associated with. Also, the repo must
193-
be owned by the organization, or a direct form of a repo owned by the
193+
be owned by the organization, or a direct fork of a repo owned by the
194194
organization.
195195

196196
PUT /teams/:id/repos/:owner/:repo

0 commit comments

Comments
 (0)