Fix typos

Signed-off-by: Oliver Sand <oliver.sand@sda-se.com>
This commit is contained in:
Oliver Sand
2021-05-07 09:42:45 +02:00
parent 9a207f052f
commit ca1e981945
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ tokens and GitHub apps.
This deprecates the `catalog.processors.githubOrg.providers` configuration. If
you still have a configuration for providers the processor keeps working, but
consider moving the [`integrations` configuration](https://backstage.io/docs/integrations/github/locations)
consider moving to the [`integrations` configuration](https://backstage.io/docs/integrations/github/locations)
as the providers will be removed in the future. You might need to allow
additional scopes for the credentials.
+1 -1
View File
@@ -115,7 +115,7 @@ export interface Config {
/**
* GithubOrgReaderProcessor configuration
*
* @deprecated Configure an GitHub integration instead.
* @deprecated Configure a GitHub integration instead.
*/
githubOrg?: {
/**