Fixed typo in HttpContext.User XML doc. (#771)

This commit is contained in:
Brian Chavez 2017-02-08 20:00:08 -08:00 committed by Chris R
parent 96f33b27d4
commit 6e01e642cb
1 changed files with 1 additions and 1 deletions

View File

@ -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; }