Fix AuthorizationPolicyBuilder doc typo (#17296)

This commit is contained in:
Jason Bailey 2019-11-22 18:50:49 -05:00 committed by Chris Ross
parent ca23b1a325
commit 9099305d04
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ namespace Microsoft.AspNetCore.Authorization
/// Adds a <see cref="ClaimsAuthorizationRequirement"/>
/// to the current instance.
/// </summary>
/// <param name="claimType">The claim type required, which no restrictions on claim value.</param>
/// <param name="claimType">The claim type required, with no restrictions on claim value.</param>
/// <returns>A reference to this instance after the operation has completed.</returns>
public AuthorizationPolicyBuilder RequireClaim(string claimType)
{