comment typo (#9954)

This commit is contained in:
Andrew Stanton-Nurse 2019-05-07 15:22:00 -07:00 committed by GitHub
commit 11516c9272
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -6,7 +6,7 @@ using Microsoft.Extensions.Logging;
namespace CustomPolicyProvider
{
// This class contains logic for determining whether MinimumAgeRequirements in authorizaiton
// This class contains logic for determining whether MinimumAgeRequirements in authorization
// policies are satisfied or not
internal class MinimumAgeAuthorizationHandler : AuthorizationHandler<MinimumAgeRequirement>
{
@ -58,4 +58,4 @@ namespace CustomPolicyProvider
return Task.CompletedTask;
}
}
}
}