From c041d289c783f2e857e4e3f4dd2208360d4c24ab Mon Sep 17 00:00:00 2001 From: Geoff Ball Date: Fri, 2 Aug 2024 07:45:39 -0600 Subject: [PATCH] Update types.ts fix: typo --- packages/sanity/src/core/config/auth/types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/sanity/src/core/config/auth/types.ts b/packages/sanity/src/core/config/auth/types.ts index b42affc629b..bb8720f271a 100644 --- a/packages/sanity/src/core/config/auth/types.ts +++ b/packages/sanity/src/core/config/auth/types.ts @@ -40,7 +40,7 @@ export interface AuthConfig { /** * If true, the "Choose login provider" (eg "Google, "GitHub", "E-mail/password") screen * will be skipped if only a single provider is configured in the `providers` array - - * instead it will redirect unauthenticated users straight to the authenticatino URL. + * instead it will redirect unauthenticated users straight to the authentication URL. */ redirectOnSingle?: boolean