From d615e94c29c0f8ae328a44d285883476d40a895b Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Tue, 16 Jun 2015 18:00:17 -0700 Subject: [PATCH] fix minor typo in html challenge --- seed/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/basic-html5-and-css.json b/seed/challenges/basic-html5-and-css.json index 4640facb09..4a8df44a71 100644 --- a/seed/challenges/basic-html5-and-css.json +++ b/seed/challenges/basic-html5-and-css.json @@ -831,7 +831,7 @@ "assert($('img').hasClass('thick-green-border'), 'Your img element should have the class \"thick-green-border\".')", "assert($('img').hasClass('thick-green-border') && parseInt($('img').css('border-top-width')), 'Give your image a border width of 10px.')", "assert(new RegExp('solid', 'gi').test(editor), 'Give your image a border style of \"solid\".')", - "assert($('img').css('border-left-color') === 'rgb(0, 128, 0)', 'Your img element should be green.')" + "assert($('img').css('border-left-color') === 'rgb(0, 128, 0)', 'The border around your img element should be green.')" ], "challengeSeed": [ "",