From dd249197cbb9aa5fe2262c32b254a65a3806b229 Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Wed, 8 Jul 2015 19:45:27 +0100 Subject: [PATCH] Updated to reflect original wording a bit better Another slight tweak to line 1803 to make it more true to the original wording of the 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 237a7e6d32..0bb1aceb12 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 the type \"submit\".')", + "assert($('button').attr('type') === 'submit', 'Your submit button should be of input type \"submit\".')", "assert($('button').text().match(/submit/gi), 'Your submit button should have the text \"submit\".')", "assert(editor.match(/<\\/button>/g) && editor.match(/