diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs b/src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs index 4aeac2be9c..7f72dcd8bb 100644 --- a/src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs +++ b/src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs @@ -46,7 +46,7 @@ namespace Microsoft.AspNetCore.Http public abstract AuthenticationManager Authentication { get; } /// - /// Gets or sets the the user for this request. + /// Gets or sets the user for this request. /// public abstract ClaimsPrincipal User { get; set; }