Skip to content

Commit e2a20a4

Browse files
committed
Fix all sort of spelling issues with mimes => mime
1 parent 824cf3b commit e2a20a4

File tree

9 files changed

+25
-25
lines changed

9 files changed

+25
-25
lines changed

content/v3/gists/comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: Gist Comments API v3 | developer.github.com
55
# Gist Comments API
66

77
Gist Comments leverage [these](#custom-mime-types) custom mime types.
8-
You can read more about the use of mimes types in the API
9-
[here](/v3/mimes/).
8+
You can read more about the use of mime types in the API
9+
[here](/v3/mime/).
1010

1111
## List comments on a gist
1212

@@ -69,8 +69,8 @@ body
6969

7070
## Custom Mime Types
7171

72-
These are the support mime types for gist comments. You can read more about the
73-
use of mimes types in the API [here](/v3/mimes/).
72+
These are the supported mime types for gist comments. You can read more about the
73+
use of mime types in the API [here](/v3/mime/).
7474

7575
application/vnd.github-gistcomment.raw+json
7676
application/vnd.github-gistcomment.text+json

content/v3/git/blobs.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ or `base64`. If your data cannot be losslessly sent as a UTF-8 string,
1010
you can base64 encode it.
1111

1212
Blobs leverage [these](#custom-mime-types) custom mime types. You can
13-
read more about the use of mimes types in the API [here](/v3/mimes/).
13+
read more about the use of mime types in the API [here](/v3/mime/).
1414

1515
## Get a Blob
1616

@@ -37,8 +37,8 @@ read more about the use of mimes types in the API [here](/v3/mimes/).
3737

3838
## Custom Mime Types
3939

40-
These are the support mime types for blobs. You can read more about the
41-
use of mimes types in the API [here](/v3/mimes/).
40+
These are the supported mime types for blobs. You can read more about the
41+
use of mime types in the API [here](/v3/mime/).
4242

4343
application/json
4444
application/vnd.github-blob.raw

content/v3/issues.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ title: Issues API v3 | developer.github.com
55
# Issues API
66

77
Issues leverage [these](#custom-mime-types) custom mime types. You can
8-
read more about the use of mimes types in the API [here](/v3/mimes/).
8+
read more about the use of mime types in the API [here](/v3/mime/).
99

1010
## List your issues
1111

@@ -170,8 +170,8 @@ Issue. Send an empty array (`[]`) to clear all Labels from the Issue.
170170

171171
## Custom Mime Types
172172

173-
These are the support mime types for issues. You can read more about the
174-
use of mimes types in the API [here](/v3/mimes/).
173+
These are the supported mime types for issues. You can read more about the
174+
use of mime types in the API [here](/v3/mime/).
175175

176176
application/vnd.github-issue.raw+json
177177
application/vnd.github-issue.text+json

content/v3/issues/comments.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: Issue Comments API v3 | developer.github.com
55
# Issue Comments API
66

77
Issue Comments leverage [these](#custom-mime-types) custom mime types.
8-
You can read more about the use of mimes types in the API
9-
[here](/v3/mimes/).
8+
You can read more about the use of mime types in the API
9+
[here](/v3/mime/).
1010

1111
## List comments on an issue
1212

@@ -70,8 +70,8 @@ body
7070

7171
## Custom Mime Types
7272

73-
These are the support mime types for issue comments. You can read more
74-
about the use of mimes types in the API [here](/v3/mimes/).
73+
These are the supported mime types for issue comments. You can read more
74+
about the use of mime types in the API [here](/v3/mime/).
7575

7676
application/vnd.github-issuecomment.raw+json
7777
application/vnd.github-issuecomment.text+json
File renamed without changes.

content/v3/pulls.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ title: Pull Request API v3 | developer.github.com
55
# Pull Request API
66

77
Pull Requests leverage [these](#custom-mime-types) custom mime types. You
8-
can read more about the use of mimes types in the API
9-
[here](/v3/mimes/).
8+
can read more about the use of mime types in the API
9+
[here](/v3/mime/).
1010

1111
## List pull requests
1212

@@ -166,8 +166,8 @@ commit\_message
166166

167167
## Custom Mime Types
168168

169-
These are the support mime types for pull requests. You can read more about the
170-
use of mimes types in the API [here](/v3/mimes/).
169+
These are the supported mime types for pull requests. You can read more about the
170+
use of mime types in the API [here](/v3/mime/).
171171

172172
application/vnd.github-pull.raw+json
173173
application/vnd.github-pull.text+json

content/v3/pulls/comments.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ title: Pull Request Comments API v3 | developer.github.com
66

77
Pull Request Comments leverage [these](#custom-mime-types) custom mime
88
types. You can read more about the use of mime types in the API
9-
[here](/v3/mimes/).
9+
[here](/v3/mime/).
1010

1111
## List comments on a pull request
1212

@@ -108,8 +108,8 @@ body
108108

109109
## Custom Mime Types
110110

111-
These are the support mime types for pull request comments. You can read
112-
more about the use of mime types in the API [here](/v3/mimes/).
111+
These are the supported mime types for pull request comments. You can read
112+
more about the use of mime types in the API [here](/v3/mime/).
113113

114114
application/vnd.github-pullcomment.raw+json
115115
application/vnd.github-pullcomment.text+json

content/v3/repos/commits.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ will be returned.
3434
## List commit comments for a repository
3535

3636
Commit Comments leverage [these](#custom-mime-types) custom mime types. You can
37-
read more about the use of mimes types in the API [here](/v3/mimes/).
37+
read more about the use of mime types in the API [here](/v3/mime/).
3838

3939
GET /repos/:user/:repo/comments
4040

@@ -135,8 +135,8 @@ body
135135

136136
## Custom Mime Types
137137

138-
These are the support mime types for commit comments. You can read more
139-
about the use of mimes types in the API [here](/v3/mimes/).
138+
These are the supported mime types for commit comments. You can read more
139+
about the use of mime types in the API [here](/v3/mime/).
140140

141141
application/vnd.github-commitcomment.raw+json
142142
application/vnd.github-commitcomment.text+json

layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@
4242
<h3><a href="#" class="js-expand-btn collapsed">&nbsp;</a><a href="/v3/">Summary</a></h3>
4343
<ul class="js-guides">
4444
<li><a href="/v3/oauth/">OAuth</a></li>
45-
<li><a href="/v3/mimes/">Mime Types</a></li>
45+
<li><a href="/v3/mime/">Mime Types</a></li>
4646
</ul>
4747
</li>
4848
<li class="js-topic">

0 commit comments

Comments
 (0)