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 3967212577..deecceb88c 100644
--- a/challenges/01-front-end-development-certification/html5-and-css.json
+++ b/challenges/01-front-end-development-certification/html5-and-css.json
@@ -711,7 +711,7 @@
"Remember that you can attach classes to HTML elements by using class=\"your-class-here\"
within the relevant element's opening tag.",
"Remember that CSS class selectors require a period at the beginning like this:",
"
.blue-text {", - "But remember you don't need to use a period when attaching classes to an html element:", + "But remember you don't need to use a period when attaching classes to an HTML element:", "
color: blue;
}
<h2 class=\"blue-text\">CatPhotoApp</h2>
",
"Apply the red-text
class to your h2
and p
elements."
],