diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json
index d3a44025d5e..36744e2f9c9 100644
--- a/seed/challenges/html5-and-css.json
+++ b/seed/challenges/html5-and-css.json
@@ -538,7 +538,7 @@
"title": "Change the Font Size of an Element",
"difficulty": 1.13,
"description": [
- "Create a second p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.",
+ "Create a second p element with the following kitty ipsum text: Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.",
"Then, inside your <style> element, set the font-size of all p elements to 16 pixels.",
"Font size is controlled by the font-size CSS attribute, like this: h1 { font-size: 30px; }.",
"See if you can figure out how to give both of your p elements the font-size of 16 pixels (16px). You can do this inside the same <style> tag that we created for your red-text class."