diff --git a/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md b/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md index 9dea6916..cec0aa59 100644 --- a/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md +++ b/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md @@ -13,7 +13,7 @@ First you need add a reference to the authentication handler to your API project ``` -If all you care about, is making sure that an access token comes from your trusted IdentityServer, the following snippet shows the typical JWT validation configuration for ASP.NET Core: +If all you care about is making sure that an access token comes from your trusted IdentityServer, the following snippet shows the typical JWT validation configuration for ASP.NET Core: ```cs public class Startup