diff --git a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationToken.cs b/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationToken.cs index 555da9e098..e188e98823 100644 --- a/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationToken.cs +++ b/src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationToken.cs @@ -5,7 +5,7 @@ namespace Microsoft.AspNetCore.Authentication { /// - /// Name/Value representing an token. + /// Name/Value representing a token. /// public class AuthenticationToken { @@ -19,4 +19,4 @@ namespace Microsoft.AspNetCore.Authentication /// public string Value { get; set; } } -} \ No newline at end of file +}