diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index e5e376317d..affe4bbaaa 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/challenges/html5-and-css.json
@@ -755,7 +755,7 @@
],
"tests": [
"assert($(\"img\").length > 0, 'Your page should have an image element.')",
- "assert(new RegExp(\"\\/\\/bit.ly\\/fcc-relaxing-cat\", \"gi\").test($(\"img\").attr(\"src\")), 'Your image should have have a src attribute that points to the kitten image.')"
+ "assert(new RegExp(\"\\/\\/bit.ly\\/fcc-relaxing-cat\", \"gi\").test($(\"img\").attr(\"src\")), 'Your image should have a src attribute that points to the kitten image.')"
],
"challengeSeed": [
"",