diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json
index 790589c9f33..f136bff8e15 100644
--- a/seed/challenges/01-front-end-development-certification/html5-and-css.json
+++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json
@@ -1740,7 +1740,7 @@
"description": [
"Sometimes you want to add a elements to your website before you know where they will link.",
"This is also handy when you're changing the behavior of a link using jQuery, which we'll learn about later.",
- "Replace the value of your a element's href attribute with a #, also known as a hash symbol, to turn it into a dead link."
+ "The href attribute is the quoted URL link within the a element. Replace the link value of your a element's href attribute with a #, also known as a hash symbol, to turn it into a dead link."
],
"challengeSeed": [
"",
@@ -1780,7 +1780,7 @@
"
Purr jump eat the grass rip the couch scratched sunbathe, shed everywhere rip the couch sleep in the sink fluffy fur catnip scratched.
" ], "tests": [ - "assert($(\"a\").attr(\"href\") === \"#\", 'message: Youra element should be a dead link with a href attribute set to \"#\".');"
+ "assert($(\"a\").attr(\"href\") === \"#\", 'message: Your a element should be a dead link with the value of href attribute set to \"#\".');"
],
"type": "waypoint",
"challengeType": 0,