Skip to content

Commit

Permalink
Merge pull request #672 from hxtmdev/patch-1
Browse files Browse the repository at this point in the history
docs: fix typo
  • Loading branch information
azmeuk committed Aug 30, 2024
2 parents 74b71af + 7ea6361 commit 669ab96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/jose/jwt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Use dynamic keys
When ``.encode`` and ``.decode`` a token, there is a ``key`` parameter to use.
This ``key`` can be the bytes of your PEM key, a JWK set, and a function.

There ara cases that you don't know which key to use to ``.decode`` the token.
There are cases that you don't know which key to use to ``.decode`` the token.
For instance, you have a JWK set::

jwks = {
Expand Down

0 comments on commit 669ab96

Please sign in to comment.