diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json
index b93a1de494b..b2ac28c2f96 100644
--- a/challenges/html5-and-css.json
+++ b/challenges/html5-and-css.json
@@ -3281,7 +3281,7 @@
"Let's override your pink-text and blue-text classes, and make your h1 element orange, by giving the h1 element an id and then styling that id.",
"Give your h1 element the id attribute of orange-text. Remember, id styles look like this: <h1 id=\"orange-text\">",
"Leave the blue-text and pink-text classes on your h1 element.",
- "Create a CSS declaration for your orange-text id in your style element. Here's and example of what this looks like: #brown-text { color: brown; }"
+ "Create a CSS declaration for your orange-text id in your style element. Here's an example of what this looks like: #brown-text { color: brown; }"
],
"tests": [
"assert($(\"h1\").hasClass(\"pink-text\"), 'Your h1 element should have the class pink-text.')",