Skip to content

Commit d97f4e6

Browse files
Fix typo in example code (#682)
1 parent d5c05d7 commit d97f4e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ DecodedJWT decodedJWT;
8989
try {
9090
Algorithm algorithm = Algorithm.RSA256(rsaPublicKey, rsaPrivateKey);
9191
JWTVerifier verifier = JWT.require(algorithm)
92-
// specify an specific claim validations
92+
// specify any specific claim validations
9393
.withIssuer("auth0")
9494
// reusable verifier instance
9595
.build();

0 commit comments

Comments
 (0)