From ca1e981945926e370e9c8488a18e3e79f05b5a61 Mon Sep 17 00:00:00 2001 From: Oliver Sand Date: Fri, 7 May 2021 09:42:45 +0200 Subject: [PATCH] Fix typos Signed-off-by: Oliver Sand --- .changeset/polite-plants-exercise.md | 2 +- plugins/catalog-backend/config.d.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.changeset/polite-plants-exercise.md b/.changeset/polite-plants-exercise.md index 42df6875e6..ac4a8d1403 100644 --- a/.changeset/polite-plants-exercise.md +++ b/.changeset/polite-plants-exercise.md @@ -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. diff --git a/plugins/catalog-backend/config.d.ts b/plugins/catalog-backend/config.d.ts index a913473ff8..20fcd975cf 100644 --- a/plugins/catalog-backend/config.d.ts +++ b/plugins/catalog-backend/config.d.ts @@ -115,7 +115,7 @@ export interface Config { /** * GithubOrgReaderProcessor configuration * - * @deprecated Configure an GitHub integration instead. + * @deprecated Configure a GitHub integration instead. */ githubOrg?: { /**