diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 6cccf023514..2e39b5c88b3 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -1255,7 +1255,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 your a element's href attribute with a #, also known as a hash symbol, to turn it into a dead link." + "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." ], "tests": [ "assert($(\"a\").attr(\"href\") === \"#\", 'Your a element should be a dead link with a href attribute set to \"#\".')"