Skip to content

Commit a6fa0b4

Browse files
author
Wood Hwang
authored
Fix typo on a comment in JWTCreator.java (#672)
1 parent 9f7eaa4 commit a6fa0b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/src/main/java/com/auth0/jwt/JWTCreator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -582,7 +582,7 @@ private static boolean isBasicType(Object value) {
582582
}
583583

584584
/**
585-
* Creates a new JWT and signs is with the given algorithm.
585+
* Creates a new JWT and signs it with the given algorithm.
586586
*
587587
* @param algorithm used to sign the JWT
588588
* @return a new JWT token

0 commit comments

Comments
 (0)