diff --git a/challenges/basic-html5-and-css.json b/challenges/basic-html5-and-css.json
index 7fdae6da09..c90513cc28 100644
--- a/challenges/basic-html5-and-css.json
+++ b/challenges/basic-html5-and-css.json
@@ -1468,7 +1468,7 @@
"You can create one like this: <input type='text'>. Note that input elements are self-closing."
],
"tests": [
- "assert($('input').length > 0, 'Your app should have an text field input element.')"
+ "assert($('input').length > 0, 'Your app should have a text field input element.')"
],
"challengeSeed": [
"",