diff --git a/seed/challenges/basic-html5-and-css.json b/seed/challenges/basic-html5-and-css.json
index ed77997c17a883..237a7e6d326027 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(/