fix typos (#27)

Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
This commit is contained in:
Manabu McCloskey 2024-07-18 11:21:55 -07:00 committed by GitHub
parent 2361b299f2
commit 6f1e176485
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
# CNOE Backstge
# CNOE Backstage
This repository contains code for the [Backstage](https://backstage.io) images used by the CNOE stacks.

View file

@ -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({