diff --git a/challenges/01-front-end-development-certification/html5-and-css.json b/challenges/01-front-end-development-certification/html5-and-css.json index 2a39761a9c0..985bc8e2526 100644 --- a/challenges/01-front-end-development-certification/html5-and-css.json +++ b/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": [