From aa6ae15d4065633b640dd29cc854404e36557a57 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Thu, 28 May 2015 11:21:18 -0400 Subject: [PATCH] Fixes typo, closed #700 --- seed_data/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 8626a0e7b10..45b7257cde8 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -1103,7 +1103,7 @@ ], "tests": [ "expect($('a').children('img').length, 'Wrap your image element inside an anchor element that has its href attribute set to \"#\"').to.equal(1);", - "expect(new RegExp('#').test($('a').children('img').parent().attr('href')), 'Make sure to specify the \"src\" attritube as \"#\"').to.be.true;" + "expect(new RegExp('#').test($('a').children('img').parent().attr('href')), 'Make sure to specify the \"src\" attribute as \"#\"').to.be.true;" ], "challengeSeed": [ "",