From b9a177fc86f5303ec3775033ec3700317305623c Mon Sep 17 00:00:00 2001
From: Maxime Brunet <max@brnt.mx>
Date: Wed, 16 Aug 2023 09:09:45 -0700
Subject: [PATCH] docs(github): correct typo in "Administration" (#23897)

---
 lib/modules/platform/github/index.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/modules/platform/github/index.md b/lib/modules/platform/github/index.md
index 1102bb29d8..a825152e9d 100644
--- a/lib/modules/platform/github/index.md
+++ b/lib/modules/platform/github/index.md
@@ -39,7 +39,7 @@ When creating the GitHub App give it the following permissions:
 | Issues            | `read` + `write` |
 | Pull requests     | `read` + `write` |
 | Workflows         | `read` + `write` |
-| Administation     | `read`           |
+| Administration    | `read`           |
 | Dependabot alerts | `read`           |
 | Members           | `read`           |
 | Metadata          | `read`           |
-- 
GitLab