Fixes some typos in changeset and docs

Signed-off-by: Brian Fletcher <brian@roadie.io>
This commit is contained in:
Brian Fletcher
2021-06-14 14:15:02 +01:00
parent 68af4d556b
commit 5fa0c32bff
2 changed files with 6 additions and 6 deletions
+1 -1
View File
@@ -2,4 +2,4 @@
'@backstage/integration': patch
---
adds an allow list of github installations
Adds an allow list of GitHub installations
+5 -5
View File
@@ -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.