From 3066bdc3355c317af82ebd66a91d1c517f6d25c5 Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Mon, 6 Jul 2015 23:46:26 +0100 Subject: [PATCH 1/3] Fix for #1218 --- 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 ed77997c17..237a7e6d32 100644 --- a/seed/challenges/basic-html5-and-css.json +++ b/seed/challenges/basic-html5-and-css.json @@ -1800,7 +1800,7 @@ ], "tests": [ "assert($('form').children('button').length > 0, 'Your form should have a button inside it.')", - "assert($('button').attr('type') === 'submit', 'Your submit button should have be of input type \"submit\".')", + "assert($('button').attr('type') === 'submit', 'Your submit button should have the type \"submit\".')", "assert($('button').text().match(/submit/gi), 'Your submit button should have the text \"submit\".')", "assert(editor.match(/<\\/button>/g) && editor.match(/