From 24ffb1346c1ca2e1d85809c37eb931ec8c67c2e2 Mon Sep 17 00:00:00 2001 From: Mitch Date: Mon, 16 Nov 2015 20:50:48 -0500 Subject: [PATCH] Updated a href dead link challenge to be more clear --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \"#\".')"