diff --git a/challenges/01-responsive-web-design/applied-visual-design.json b/challenges/01-responsive-web-design/applied-visual-design.json
index cc106dce1f..5533db55bd 100644
--- a/challenges/01-responsive-web-design/applied-visual-design.json
+++ b/challenges/01-responsive-web-design/applied-visual-design.json
@@ -243,7 +243,7 @@
"text":
"The strong
tag should wrap around the words \"Stanford University\".",
"testString":
- "assert($('strong').text().match(/Stanford University/gi), 'The strong
tag should wrap around the words \"Stanford University\".');"
+ "assert($('strong').text().match(/^Stanford University$/gi), 'The strong
tag should wrap around the words \"Stanford University\".');"
}
],
"solutions": [],