diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index b7a82a256c..710f8b441a 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -3117,7 +3117,7 @@
"difficulty": 1.46,
"description": [
"Now let's start fresh and talk about CSS inheritance.",
- "Every HTML page has body
element.",
+ "Every HTML page has a body
element.",
"We can prove that the body
element exists here by giving it a background-color
of black.",
"We can do this by adding body { background-color: black; }
to our style
element."
],