From 5128efe0e88eaa176d4231ff62d754de59bb0edd Mon Sep 17 00:00:00 2001 From: Jonathan Date: Wed, 13 Sep 2017 07:19:52 +0200 Subject: [PATCH] Fix HTTP capitalization in comment (#931) --- .../Authentication/AuthenticationProperties.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationProperties.cs b/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationProperties.cs index 6e883efb7e..881b24fff5 100644 --- a/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationProperties.cs +++ b/src/Microsoft.AspNetCore.Http.Abstractions/Authentication/AuthenticationProperties.cs @@ -67,7 +67,7 @@ namespace Microsoft.AspNetCore.Http.Authentication } /// - /// Gets or sets the full path or absolute URI to be used as an http redirect response value. + /// Gets or sets the full path or absolute URI to be used as an HTTP redirect response value. /// public string RedirectUri {