Skip to content

Commit 52f7ca7

Browse files
izuzakchiedomyarb
authored
Fix a few typos (#16959)
This fixes github/docs-content#2769 Co-authored-by: Chiedo John <2156688+chiedo@users.noreply.github.com> Co-authored-by: Melanie Yarbrough <11952755+myarb@users.noreply.github.com>
1 parent e85af67 commit 52f7ca7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

content/rest/reference/permissions-required-for-github-apps.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -135,12 +135,12 @@ _Search_
135135
- [`PATCH /repos/:owner/:repo`](/rest/reference/repos#update-a-repository) (:write)
136136
- [`DELETE /repos/:owner/:repo`](/rest/reference/repos#delete-a-repository) (:write)
137137
{% if currentVersion == "free-pro-team@latest" %}
138-
- [`Get GET /repos/:owner/:repo/actions/runners/downloads`](/rest/reference/actions#list-runner-applications-for-a-repository) (:read)
138+
- [`GET /repos/:owner/:repo/actions/runners/downloads`](/rest/reference/actions#list-runner-applications-for-a-repository) (:read)
139139
- [`GET /repos/:owner/:repo/actions/runners`](/rest/reference/actions#list-self-hosted-runners-for-a-repository) (:read)
140140
- [`GET /repos/:owner/:repo/actions/runners/:runner_id`](/rest/reference/actions#get-a-self-hosted-runner-for-a-repository) (:read)
141141
- [`DELETE /repos/:owner/:repo/actions/runners/:runner_id`](/rest/reference/actions#delete-a-self-hosted-runner-from-a-repository) (:write)
142142
- [`POST /repos/:owner/:repo/actions/runners/registration-token`](/rest/reference/actions#create-a-registration-token-for-a-repository) (:write)
143-
- [`POST /repos/:owner/:repo/actions/runners/remove-token`](/rest/reference/actions#create-a-remove-token-for-a-repository) (:write)git
143+
- [`POST /repos/:owner/:repo/actions/runners/remove-token`](/rest/reference/actions#create-a-remove-token-for-a-repository) (:write)
144144
{% endif %}
145145
{% if currentVersion == "free-pro-team@latest" %}
146146
- [`PUT /repos/:owner/:repo/automated-security-fixes`](/rest/reference/repos#enable-automated-security-fixes) (:write)
@@ -472,7 +472,7 @@ _Assignees_
472472

473473
_Events_
474474
- [`GET /repos/:owner/:repo/issues/:issue_number/events`](/rest/reference/issues#list-issue-events) (:read)
475-
- [Get an issue event](/rest/reference/issues#get-an-issue-event) (:read)
475+
- [`GET /repos/:owner/:repo/issues/events/:event_id`](/rest/reference/issues#get-an-issue-event) (:read)
476476

477477
_Labels_
478478
- [`GET /repos/:owner/:repo/issues/:issue_number/labels`](/rest/reference/issues#list-labels-for-an-issue) (:read)

0 commit comments

Comments
 (0)