Skip to content

Commit

Permalink
Fix typo on a comment in JWTCreator.java (#672)
Browse files Browse the repository at this point in the history
  • Loading branch information
sgc109 committed Sep 13, 2023
1 parent 9f7eaa4 commit a6fa0b4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/main/java/com/auth0/jwt/JWTCreator.java
Expand Up @@ -582,7 +582,7 @@ private static boolean isBasicType(Object value) {
}

/**
* Creates a new JWT and signs is with the given algorithm.
* Creates a new JWT and signs it with the given algorithm.
*
* @param algorithm used to sign the JWT
* @return a new JWT token
Expand Down

0 comments on commit a6fa0b4

Please sign in to comment.