Fix spelling mistake
parent
85431318e8
commit
5286679ed0
|
@ -200,7 +200,7 @@ Now, assuming both handlers are [registered](xref:security/authorization/policie
|
|||
|
||||
## Using a func to fufill a policy
|
||||
|
||||
There may be occasions where fufilling a policy is simple to express in code. It is possible to simply supply a `Func<AuthorizationHandlerContext, bool>` when configuring your policy with the `RequireAssertion` policy builder.
|
||||
There may be occasions where fulfilling a policy is simple to express in code. It is possible to simply supply a `Func<AuthorizationHandlerContext, bool>` when configuring your policy with the `RequireAssertion` policy builder.
|
||||
|
||||
For example the previous `BadgeEntryHandler` could be rewritten as follows;
|
||||
|
||||
|
|
Loading…
Reference in New Issue