From 80eb76196fff321a0f8a9adc5abae3da41d28d26 Mon Sep 17 00:00:00 2001 From: michaelaharvey Date: Sun, 27 Dec 2015 00:13:29 -0800 Subject: [PATCH] fixed a typo in waypoint: style multiple elements with a css class --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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": [