Fixing comment grammer

Addresses https://github.com/aspnet/AspNetCore/issues/9053
This commit is contained in:
Artak 2019-04-04 15:05:47 -07:00
parent 5b56dcb700
commit 1c3f890240
1 changed files with 1 additions and 1 deletions

View File

@ -102,7 +102,7 @@ namespace Company.WebApplication1
context.HandleResponse(); // Suppress the exception
return Task.CompletedTask;
},
// If your application needs to do authenticate single users, add your user validation below.
// If your application needs to authenticate single users, add your user validation below.
//OnTokenValidated = context =>
//{
// return myUserValidationLogic(context.Ticket.Principal);