From 4d7bb518dfbd29416d9cdbc2adb6974f81b005ef Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Tue, 25 Oct 2022 10:15:28 -0400 Subject: [PATCH] Fix typo in README URL (#2514) --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 376d068662..0f99698d17 100644 --- a/README.md +++ b/README.md @@ -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