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 0f8bfdec445..b51b6a8d5cb 100644
--- a/challenges/01-front-end-development-certification/html5-and-css.json
+++ b/challenges/01-front-end-development-certification/html5-and-css.json
@@ -713,7 +713,7 @@
"description": [
"Font size is controlled by the font-size CSS property, like this:",
"
h1 {", - "Create a second
font-size: 30px;
}
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 after the existing 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.",
"Inside the same <style> tag that contains your red-text class, create an entry for p elements and set the font-size to 16 pixels (16px).",
"Notep element."