Skip to content

Commit

Permalink
Fix typo in JwtDecoder
Browse files Browse the repository at this point in the history
  • Loading branch information
MateuszLenczewski authored and jzheaux committed Jun 5, 2024
1 parent 1b2d2ed commit 077439c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

/**
* Implementations of this interface are responsible for "decoding" a JSON Web
* Token (JWT) from it's compact claims representation format to a {@link Jwt}.
* Token (JWT) from its compact claims representation format to a {@link Jwt}.
*
* <p>
* JWTs may be represented using the JWS Compact Serialization format for a JSON Web
Expand Down

0 comments on commit 077439c

Please sign in to comment.