From 0c526302f69a650825b76c06c4ee2ebde468f265 Mon Sep 17 00:00:00 2001 From: jeffdahlcorpay <124300623+jeffdahlcorpay@users.noreply.github.com> Date: Mon, 11 Sep 2023 15:36:18 -0700 Subject: [PATCH] Update jwt.md Fix grammar --- IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md b/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md index 9dea6916..8e721348 100644 --- a/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md +++ b/IdentityServer/v6/docs/content/apis/aspnetcore/jwt.md @@ -7,7 +7,7 @@ weight: 10 On ASP.NET Core, you typically use the [JWT authentication handler](https://www.nuget.org/packages/Microsoft.AspNetCore.Authentication.JwtBearer) for validating JWT bearer tokens. ## Validating a JWT token -First you need add a reference to the authentication handler to your API project: +First you need to add a reference to the authentication handler in your API project: ```xml