From d1666c745a0ea1d8f6da9a5a06a5258c92545d1a Mon Sep 17 00:00:00 2001 From: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> Date: Mon, 24 Oct 2022 06:45:53 -0400 Subject: [PATCH] Fix typo in README URL Signed-off-by: Glenn Lewis <6598971+gmlewis@users.noreply.github.com> --- 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