diff --git a/webgoat-lessons/jwt/src/main/resources/js/questions_jwt.json b/webgoat-lessons/jwt/src/main/resources/js/questions_jwt.json index 29eb87ba9..f9e19bb7b 100644 --- a/webgoat-lessons/jwt/src/main/resources/js/questions_jwt.json +++ b/webgoat-lessons/jwt/src/main/resources/js/questions_jwt.json @@ -9,7 +9,7 @@ } }, { - "text": "What is the result of the first code snippet?", + "text": "What is the result of the second code snippet?", "solutions": { "1": "Throws an exception in line 13", "2": "Invoked the method removeAllUsers at line 8",