From 6f1e1764859ad29c042b9ed015cc71cd8dcc6543 Mon Sep 17 00:00:00 2001 From: Manabu McCloskey Date: Thu, 18 Jul 2024 11:21:55 -0700 Subject: [PATCH] fix typos (#27) Signed-off-by: Manabu McCloskey --- README.md | 2 +- packages/app/src/apis.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7bdfde2..9279405 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# CNOE Backstge +# CNOE Backstage This repository contains code for the [Backstage](https://backstage.io) images used by the CNOE stacks. diff --git a/packages/app/src/apis.ts b/packages/app/src/apis.ts index a2cc1cc..68db2f8 100644 --- a/packages/app/src/apis.ts +++ b/packages/app/src/apis.ts @@ -13,7 +13,7 @@ import {OAuth2} from "@backstage/core-app-api"; export const keycloakOIDCAuthApiRef: ApiRef< OpenIdConnectApi & ProfileInfoApi & BackstageIdentityApi & SessionApi > = createApiRef({ - id: 'auth.keyloak-oidc', + id: 'auth.keycloak-oidc', }); export const apis: AnyApiFactory[] = [ createApiFactory({