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