From 5fa0c32bffaeb8cdfa98f3691fbf5f92582d68d6 Mon Sep 17 00:00:00 2001 From: Brian Fletcher Date: Mon, 14 Jun 2021 14:15:02 +0100 Subject: [PATCH] Fixes some typos in changeset and docs Signed-off-by: Brian Fletcher --- .changeset/ninety-worms-kick.md | 2 +- docs/plugins/github-apps.md | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.changeset/ninety-worms-kick.md b/.changeset/ninety-worms-kick.md index 5170dbbdce..f350c6eb31 100644 --- a/.changeset/ninety-worms-kick.md +++ b/.changeset/ninety-worms-kick.md @@ -2,4 +2,4 @@ '@backstage/integration': patch --- -adds an allow list of github installations +Adds an allow list of GitHub installations diff --git a/docs/plugins/github-apps.md b/docs/plugins/github-apps.md index 5e69ae8294..386320cbb3 100644 --- a/docs/plugins/github-apps.md +++ b/docs/plugins/github-apps.md @@ -85,10 +85,10 @@ integrations: - $include: example-backstage-app-credentials.yaml ``` -### Limiting the Github App installations +### Limiting the GitHub App installations -If you want to limit the Github app installations visible to backstage you -may optionally include the `allowedInstallationIds` option. +If you want to limit the GitHub app installations visible to backstage you may +optionally include the `allowedInstallationIds` option. ```yaml appId: 1 @@ -102,5 +102,5 @@ privateKey: | -----END RSA PRIVATE KEY----- ``` -This will result in backstage preventing the use of any installation that is not within the -allow list. +This will result in backstage preventing the use of any installation that is not +within the allow list.