From fa8af8ae054ed6cbf9a2d0c81106596ef55a0c91 Mon Sep 17 00:00:00 2001 From: benmcmahon100 Date: Mon, 6 Jul 2015 23:46:26 +0100 Subject: [PATCH] Fix for #1218 --- challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/basic-html5-and-css.json b/challenges/basic-html5-and-css.json index ed77997c17..237a7e6d32 100644 --- a/challenges/basic-html5-and-css.json +++ b/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(/