diff --git a/src/Http/Authentication.Abstractions/src/AuthenticationOptions.cs b/src/Http/Authentication.Abstractions/src/AuthenticationOptions.cs index f4e0f9293394..a9a95b84a1d9 100644 --- a/src/Http/Authentication.Abstractions/src/AuthenticationOptions.cs +++ b/src/Http/Authentication.Abstractions/src/AuthenticationOptions.cs @@ -91,7 +91,7 @@ public void AddScheme(string name, Action configure public string? DefaultForbidScheme { get; set; } /// - /// If true, SignIn should throw if attempted with a user is not authenticated. + /// If true, SignIn should throw if attempted with a user who is not authenticated. /// A user is considered authenticated if returns for the associated with the HTTP request. /// public bool RequireAuthenticatedSignIn { get; set; } = true;