diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs b/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs index 4322dbebe1..d39da26b69 100644 --- a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs +++ b/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationOptions.cs @@ -61,7 +61,7 @@ namespace Microsoft.AspNetCore.Authentication }); /// - /// Used by as the fallback default scheme for all the other defaults."/>. + /// Used by as the fallback default scheme for all the other defaults. /// public string DefaultScheme { get; set; }