diff --git a/implementation/jwt-build/src/main/java/io/smallrye/jwt/build/Jwt.java b/implementation/jwt-build/src/main/java/io/smallrye/jwt/build/Jwt.java index 6ca3a95b..a947e287 100644 --- a/implementation/jwt-build/src/main/java/io/smallrye/jwt/build/Jwt.java +++ b/implementation/jwt-build/src/main/java/io/smallrye/jwt/build/Jwt.java @@ -325,7 +325,7 @@ public static String sign(JsonObject jsonObject) { * Private RSA key of size 2048 bits or larger MUST be used. * * The 'iat' (issued at time), 'exp' (expiration time) and 'jit' (unique token identifier) claims - * will be and the `iss` issuer claim may be set by the implementation unless they have already been set. + * will be set and the `iss` issuer claim may be set by the implementation unless they have already been set. * See {@link JwtClaimsBuilder} description for more information. * * @param json JSON string