diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index b7a82a256c6..710f8b441ad 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/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."
],