Skip to content

Commit 843fb26

Browse files
committed
Real talk
1 parent af2fc44 commit 843fb26

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

content/v3/gists/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Gist Comments | GitHub API
77
* TOC
88
{:toc}
99

10-
Gist Comments leverage [these custom media types](#custom-media-types).
10+
Gist Comments use [these custom media types](#custom-media-types).
1111
You can read more about the use of media types in the API
1212
[here](/v3/media/).
1313

content/v3/issues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ title: Issues | GitHub API
77
* TOC
88
{:toc}
99

10-
Issues leverage [these custom media types](#custom-media-types). You can
10+
Issues use [these custom media types](#custom-media-types). You can
1111
read more about the use of media types in the API [here](/v3/media/).
1212

1313
## List issues

content/v3/issues/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ title: Issue Comments | GitHub API
1010
The Issue Comments API supports listing, viewing, editing, and creating
1111
comments on issues and pull requests.
1212

13-
Issue Comments leverage [these custom media types](#custom-media-types).
13+
Issue Comments use [these custom media types](#custom-media-types).
1414
You can read more about the use of media types in the API
1515
[here](/v3/media/).
1616

content/v3/pulls.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ The Pull Request API allows you to list, view, edit, create, and even merge
1111
pull requests. Comments on pull requests can be managed via the [Issue
1212
Comments API](/v3/issues/comments/).
1313

14-
Pull Requests leverage [these custom media types](#custom-media-types). You
14+
Pull Requests use [these custom media types](#custom-media-types). You
1515
can read more about the use of media types in the API
1616
[here](/v3/media/).
1717

content/v3/pulls/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ diff. These are separate from Commit Comments (which are applied
1212
directly to a commit, outside of the Pull Request view), and Issue
1313
Comments (which do not reference a portion of the unified diff).
1414

15-
Pull Request Review Comments leverage [these custom media
15+
Pull Request Review Comments use [these custom media
1616
types](#custom-media-types). You can read more about the use of media types in the API
1717
[here](/v3/media/).
1818

content/v3/repos/comments.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ title: Repo Comments | GitHub API
99

1010
## List commit comments for a repository
1111

12-
Commit Comments leverage [these custom media types](#custom-media-types). You can
12+
Commit Comments use [these custom media types](#custom-media-types). You can
1313
read more about the use of media types in the API [here](/v3/media/).
1414

1515
Comments are ordered by ascending ID.

0 commit comments

Comments
 (0)