diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json index 2a39761a9c..985bc8e252 100644 --- a/seed/challenges/01-front-end-development-certification/html5-and-css.json +++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json @@ -517,7 +517,7 @@ "  color: blue;", "}", "But also remember that class declarations don't use a period, like this:", - "<h2 class=\"blue-text\">CatPhotoApp<h2>", + "<h2 class=\"blue-text\">CatPhotoApp</h2>", "Apply the red-text class to your h2 and p elements." ], "tests": [