Fix HTTP capitalization in comment (#931)
This commit is contained in:
parent
2b9516703b
commit
5128efe0e8
|
|
@ -67,7 +67,7 @@ namespace Microsoft.AspNetCore.Http.Authentication
|
||||||
}
|
}
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// 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.
|
||||||
/// </summary>
|
/// </summary>
|
||||||
public string RedirectUri
|
public string RedirectUri
|
||||||
{
|
{
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue