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

Fixed typo in HttpContext.User XML doc. #771

Merged
merged 1 commit into from
Feb 9, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Http.Abstractions/HttpContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ public abstract class HttpContext
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; }

Expand Down