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

Commit 6e01e64

Browse files
bchavezTratcher
authored andcommitted
Fixed typo in HttpContext.User XML doc. (#771)
1 parent 96f33b2 commit 6e01e64

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ public abstract class HttpContext
4646
public abstract AuthenticationManager Authentication { get; }
4747

4848
/// <summary>
49-
/// Gets or sets the the user for this request.
49+
/// Gets or sets the user for this request.
5050
/// </summary>
5151
public abstract ClaimsPrincipal User { get; set; }
5252

0 commit comments

Comments
 (0)