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 ;- )
This commit is contained in:
Victor Lindespång 2020-06-07 09:05:45 +02:00 committed by GitHub
parent 4096bb8e8d
commit d4a4c25607
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -77,7 +77,7 @@ namespace Microsoft.AspNetCore.Components.WebAssembly.Authentication
} }
/// <summary> /// <summary>
/// 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
/// <paramref name="authorizedUrls" /> is a base of <see cref="HttpRequestMessage.RequestUri" />. /// <paramref name="authorizedUrls" /> is a base of <see cref="HttpRequestMessage.RequestUri" />.
/// </summary> /// </summary>
/// <param name="authorizedUrls">The base addresses of endpoint URLs to which the token will be attached.</param> /// <param name="authorizedUrls">The base addresses of endpoint URLs to which the token will be attached.</param>