Fixed typo in HttpContext.User XML doc. (#771)
This commit is contained in:
parent
96f33b27d4
commit
6e01e642cb
|
|
@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.Http
|
|||
public abstract AuthenticationManager Authentication { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the the user for this request.
|
||||
/// Gets or sets the user for this request.
|
||||
/// </summary>
|
||||
public abstract ClaimsPrincipal User { get; set; }
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue