Fix typo in keycloak.d.ts (#12197)

Resolves #12212
This commit is contained in:
Robert Pocklington 2022-05-27 04:45:10 +10:00 committed by GitHub
parent d8cded994f
commit c462468577
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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;