From fa6c767fff205a4fe7efa4688e7cbd89119bfc38 Mon Sep 17 00:00:00 2001 From: Rigin Oommen Date: Wed, 19 Oct 2022 12:31:03 +0530 Subject: [PATCH] (docs:auth) - Updated the typo error Signed-off-by: Rigin Oommen --- docs/auth/oidc.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/auth/oidc.md b/docs/auth/oidc.md index f856a2a415..d915262eb7 100644 --- a/docs/auth/oidc.md +++ b/docs/auth/oidc.md @@ -243,8 +243,8 @@ need this as well) to support user sessions. ### The Sign In provider The last step is to add the provider to the `SignInPage` so users can sign in with your -new provider, please follow the [Sing In Configuration][3] docs, here's where you import -and use the API ref we defined earlier. +new provider, please follow the [Sign In Configuration][3] docs, here's where you import +and use the API reference we defined earlier. ## Note