diff --git a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java index 64b76f3d7..02f42033a 100644 --- a/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java +++ b/ webgoat/main/project/JavaSource/org/owasp/webgoat/lessons/ForcedBrowsing.java @@ -121,7 +121,7 @@ public class ForcedBrowsing extends LessonAdapter List hints = new ArrayList(); hints.add("Try to guess the URL for the config page"); hints.add("The config page is guessable and hackable"); - hints.add("Play with the URL and try to guess what the can you replace 'attack' with."); + hints.add("Play with the URL and try to guess what you can replace 'attack' with."); hints.add("Try to navigate to http://localhost/WebGoat/conf"); return hints; }