From fc6ac2361e056306d5236996d22fc30719a2315b Mon Sep 17 00:00:00 2001 From: Jo Ham Date: Fri, 5 Oct 2018 10:52:15 -0400 Subject: [PATCH] Fix Typo (#1044) --- .../AuthenticationToken.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}