Skip to content

Commit

Permalink
Fix typo (#31102)
Browse files Browse the repository at this point in the history
  • Loading branch information
minhtaile2712 authored Nov 22, 2023
1 parent 2d219ef commit ccb00a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/security/authorization/policies.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ public async Task<AuthorizationResult> AuthorizeAsync(ClaimsPrincipal user,
// Create a tracking context from the authorization inputs.
var authContext = _contextFactory.CreateContext(requirements, user, resource);

// By default this returns an IEnumerable<IAuthorizationHandlers> from DI.
// By default this returns an IEnumerable<IAuthorizationHandler> from DI.
var handlers = await _handlers.GetHandlersAsync(authContext);

// Invoke all handlers.
Expand Down

0 comments on commit ccb00a2

Please sign in to comment.