Fix xml comments error

This commit is contained in:
Troy Dai 2016-07-28 01:14:36 -07:00
parent 8f5c7aef57
commit fa0a68a847
1 changed files with 1 additions and 1 deletions

View File

@ -128,7 +128,7 @@ namespace Microsoft.AspNetCore.Builder
/// <summary>
/// The uri where the user agent will be returned to after application is signed out from the identity provider.
/// The redirect will happen after the SignoutCallbackPath is invoked.
/// The redirect will happen after the SignedOutCallbackPath is invoked.
/// </summary>
/// <remarks>This URI is optional and it can be out of the application's domain.</remarks>
public string PostLogoutRedirectUri { get; set; }