Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit fc6ac23

Browse files
hamjoTratcher
authored andcommitted
Fix Typo (#1044)
1 parent 677bb42 commit fc6ac23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Microsoft.AspNetCore.Authentication.Abstractions/AuthenticationToken.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
namespace Microsoft.AspNetCore.Authentication
66
{
77
/// <summary>
8-
/// Name/Value representing an token.
8+
/// Name/Value representing a token.
99
/// </summary>
1010
public class AuthenticationToken
1111
{
@@ -19,4 +19,4 @@ public class AuthenticationToken
1919
/// </summary>
2020
public string Value { get; set; }
2121
}
22-
}
22+
}

0 commit comments

Comments
 (0)