Fix Typo (#1044)
This commit is contained in:
parent
677bb42245
commit
fc6ac2361e
|
|
@ -5,7 +5,7 @@
|
|||
namespace Microsoft.AspNetCore.Authentication
|
||||
{
|
||||
/// <summary>
|
||||
/// Name/Value representing an token.
|
||||
/// Name/Value representing a token.
|
||||
/// </summary>
|
||||
public class AuthenticationToken
|
||||
{
|
||||
|
|
@ -19,4 +19,4 @@ namespace Microsoft.AspNetCore.Authentication
|
|||
/// </summary>
|
||||
public string Value { get; set; }
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue