Skip to content

Commit d4a4c25

Browse files
authored
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 ;- )
1 parent 4096bb8 commit d4a4c25

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Components/WebAssembly/WebAssembly.Authentication/src/Services/AuthorizationMessageHandler.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ await _provider.RequestAccessToken(_tokenOptions) :
7777
}
7878

7979
/// <summary>
80-
/// 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
80+
/// Configures this handler to authorize outbound HTTP requests using an access token. The access token is only attached if at least one of
8181
/// <paramref name="authorizedUrls" /> is a base of <see cref="HttpRequestMessage.RequestUri" />.
8282
/// </summary>
8383
/// <param name="authorizedUrls">The base addresses of endpoint URLs to which the token will be attached.</param>

0 commit comments

Comments
 (0)