Skip to content

Commit

Permalink
Fix class modifier (dotnet#4261)
Browse files Browse the repository at this point in the history
  • Loading branch information
vanillajonathan authored and scottaddie committed Sep 12, 2017
1 parent 70315fe commit d0eb836
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aspnetcore/security/authorization/resourcebased.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Writing a handler for resource based authorization is not that much different to
```csharp
public class DocumentAuthorizationHandler : AuthorizationHandler<MyRequirement, Document>
{
public override Task HandleRequirementAsync(AuthorizationHandlerContext context,
protected override Task HandleRequirementAsync(AuthorizationHandlerContext context,
MyRequirement requirement,
Document resource)
{
Expand Down

0 comments on commit d0eb836

Please sign in to comment.