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