fix typos

Signed-off-by: Manabu McCloskey <manabu.mccloskey@gmail.com>
This commit is contained in:
Manabu McCloskey 2024-07-18 09:32:03 -07:00
parent d328b6986b
commit cae59ebad2
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({