diff --git a/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs b/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs index 4bf2ee6667..c128c0c92d 100644 --- a/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs +++ b/src/client/Microsoft.Identity.Client/Extensibility/ICustomWebUI.cs @@ -31,7 +31,7 @@ public interface ICustomWebUi /// parameters that MSAL.NET will extract and redeem. /// /// - /// The authorizationUri"/> is crafted to + /// The authorizationUri is crafted to /// leverage PKCE in order to protect the token from a man in the middle attack. /// Only MSAL.NET can redeem the code. ///