Skip to content

Commit 15d32d9

Browse files
committed
No specific for these specific headers
1 parent 8ee3c9b commit 15d32d9

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/v3/orgs/teams.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ NOTE: This does not delete the user, it just remove them from the team.
165165
<%= headers 200 %>
166166
<%= json(:repo) { |h| [h] } %>
167167

168-
## Check if a team manages a specific repo {#get-team-repo}
168+
## Check if a team manages a repo {#get-team-repo}
169169

170170
GET /teams/:id/repos/:owner/:repo
171171

content/v3/repos/keys.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ title: Deploy Keys | GitHub API
1616
<%= headers 200 %>
1717
<%= json(:public_key) { |h| [h] } %>
1818

19-
## Get a specific deploy key on a repo {#get}
19+
## Get a deploy key on a repo {#get}
2020

2121
GET /repos/:owner/:repo/keys/:id
2222

@@ -38,7 +38,7 @@ title: Deploy Keys | GitHub API
3838
<%= headers 201, :Location => "https://api.github.com/user/repo/keys/1" %>
3939
<%= json :public_key %>
4040

41-
## Edit a specific deploy key on a repo {#edit}
41+
## Edit a deploy key on a repo {#edit}
4242

4343
PATCH /repos/:owner/:repo/keys/:id
4444

0 commit comments

Comments
 (0)