From d4a4c25607dd780cd1c46076aa80c04bb19fea36 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Victor=20Lindesp=C3=A5ng?= <36196344+lindespang@users.noreply.github.com> Date: Sun, 7 Jun 2020 09:05:45 +0200 Subject: [PATCH] Typo in XML comments for AuthorizationMessageHandler (#22371) I'm not a native english speaker but I'm pretty sure something is wrong here, or it's a condition too complicated for me to understand ;- ) --- .../src/Services/AuthorizationMessageHandler.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/AuthorizationMessageHandler.cs b/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/AuthorizationMessageHandler.cs index ad019ff080..521d3b90fc 100644 --- a/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/AuthorizationMessageHandler.cs +++ b/src/Components/WebAssembly/WebAssembly.Authentication/src/Services/AuthorizationMessageHandler.cs @@ -77,7 +77,7 @@ namespace Microsoft.AspNetCore.Components.WebAssembly.Authentication } /// - /// Configures this handler to authorize outbound HTTP requests using an access token. The access token is only attached if only attached if at least one of + /// Configures this handler to authorize outbound HTTP requests using an access token. The access token is only attached if at least one of /// is a base of . /// /// The base addresses of endpoint URLs to which the token will be attached.