From c46246857717da303b50270bf5da3975c43b7016 Mon Sep 17 00:00:00 2001 From: Robert Pocklington Date: Fri, 27 May 2022 04:45:10 +1000 Subject: [PATCH] Fix typo in keycloak.d.ts (#12197) Resolves #12212 --- adapters/oidc/js/dist/keycloak.d.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/adapters/oidc/js/dist/keycloak.d.ts b/adapters/oidc/js/dist/keycloak.d.ts index 009aa3178f..1a9467c53f 100644 --- a/adapters/oidc/js/dist/keycloak.d.ts +++ b/adapters/oidc/js/dist/keycloak.d.ts @@ -151,7 +151,7 @@ export interface KeycloakInitOptions { /** * Specifies an uri to redirect to after silent check-sso. * Silent check-sso will only happen, when this redirect uri is given and - * the specified uri is available whithin the application. + * the specified uri is available within the application. */ silentCheckSsoRedirectUri?: string;