Skip to content

Commit

Permalink
Fix typo in README URL (#2514)
Browse files Browse the repository at this point in the history
  • Loading branch information
gmlewis committed Oct 25, 2022
1 parent d17bf21 commit 4d7bb51
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Expand Up @@ -123,10 +123,10 @@ GitHub Apps authentication can be provided by the [ghinstallation](https://githu
package.

> **Note**: Most endpoints (ex. [`GET /rate_limit`]) require access token authentication
> while a few others (ex. [`GET /app/hook/deliverires`]) require [JWT] authentication.
> while a few others (ex. [`GET /app/hook/deliveries`]) require [JWT] authentication.
[`GET /rate_limit`]: https://docs.github.com/en/rest/rate-limit#get-rate-limit-status-for-the-authenticated-user
[`GET /app/hook/deliverires`]: https://docs.github.com/en/rest/apps/webhooks#list-deliveries-for-an-app-webhook
[`GET /app/hook/deliveries`]: https://docs.github.com/en/rest/apps/webhooks#list-deliveries-for-an-app-webhook
[JWT]: https://docs.github.com/en/developers/apps/building-github-apps/authenticating-with-github-apps#authenticating-as-a-github-app


Expand Down

0 comments on commit 4d7bb51

Please sign in to comment.