From bdf7acc7c4161dbfc650632c769020b062a4bd7d Mon Sep 17 00:00:00 2001 From: Michael Freeman Date: Wed, 9 Oct 2024 16:57:12 -0500 Subject: [PATCH] Update jwt.mdx MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ✏️ typo fix --- docs/hydra/guides/jwt.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/hydra/guides/jwt.mdx b/docs/hydra/guides/jwt.mdx index 762ee82c0..68aba4f2f 100644 --- a/docs/hydra/guides/jwt.mdx +++ b/docs/hydra/guides/jwt.mdx @@ -20,7 +20,7 @@ Ory supports both methods for using JWTs as authorization grants and client auth [RFC 7523](https://www.rfc-editor.org/rfc/rfc7523): - Using JWTs as authorization grants allows exchanging JSON Web Tokens for access tokens using an established trust relationship. -- Using JWTs for client authenticationa allows OAuth 2.0 client authentication using public/private keys via JSON Web Tokens. +- Using JWTs for client authentication allows OAuth 2.0 client authentication using public/private keys via JSON Web Tokens. ## Using JWTs as Authorization Grants