diff --git a/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java b/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java
index ffc576964..15bc94ed6 100644
--- a/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java
+++ b/webgoat/src/main/java/org/owasp/webgoat/lessons/DOMXSS.java
@@ -243,7 +243,7 @@ public class DOMXSS extends SequentialLessonAdapter
if (getLessonTracker(s).getStage() == 1)
{
- instructions = "STAGE 1:\tFor this exercise, your mission is to deface this website using the image at the following location: OWASP IMAGE";
+ instructions = "STAGE 1:\tFor this exercise, your mission is to deface this website using the image at the following location: OWASP IMAGE";
}
else if (getLessonTracker(s).getStage() == 2)
{