From fa0a68a84718d16db4cf24214623da2f02ca398a Mon Sep 17 00:00:00 2001 From: Troy Dai Date: Thu, 28 Jul 2016 01:14:36 -0700 Subject: [PATCH] Fix xml comments error --- .../OpenIdConnectOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs b/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs index 9bd5779239..5c8bf8c0a2 100644 --- a/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs +++ b/src/Microsoft.AspNetCore.Authentication.OpenIdConnect/OpenIdConnectOptions.cs @@ -128,7 +128,7 @@ namespace Microsoft.AspNetCore.Builder /// /// 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. /// /// This URI is optional and it can be out of the application's domain. public string PostLogoutRedirectUri { get; set; }