Skip to content

Commit 43bd721

Browse files
committed
Small copy tweaks
1 parent e05a364 commit 43bd721

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed

content/v3/repos/statuses.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ title: Statuses | GitHub API
44

55
# Repo Statuses API
66

7-
The status API allows external services to mark commits with a success,
8-
failure, error, or pending `state`, which is then reflected in pull requests involving
9-
those commits.
7+
The Status API allows external services to mark commits with a success,
8+
failure, error, or pending `state`, which is then reflected in pull requests
9+
involving those commits.
1010

1111
Statuses can also include an optional `description` and `url`, and
1212
we highly recommend providing them as they make statuses much more
@@ -18,9 +18,9 @@ services to mark commits as passing or failing builds using Status. The
1818
description would be the high level summary of what happened with the
1919
build.
2020

21-
Note that the `repo:status` [OAuth](/v3/oauth) scope grants targeted access to
22-
Statuses **without** also granting access to repo code, while the `repo`
23-
scope grants permission to code as well as statuses.
21+
Note that the `repo:status` [OAuth scope](/v3/oauth/#scopes) grants targeted
22+
access to Statuses **without** also granting access to repo code, while the
23+
`repo` scope grants permission to code as well as statuses.
2424

2525
## List Statuses for a specific SHA
2626

@@ -49,7 +49,7 @@ state
4949
target_url
5050
: _Optional_ **string** Target url to associate with this status. This
5151
URL will be linked from the GitHub UI to allow users to easily see the
52-
'source' of the Status.
52+
'source' of the Status.
5353

5454
: For example, if your Continuous Integration system is posting build
5555
status, you would want to provide the deep link for the build output for

0 commit comments

Comments
 (0)