From 4fee40eb8e55112fa3184b80c3db21d38f11a9fc Mon Sep 17 00:00:00 2001 From: Natasha Haggard Date: Mon, 22 Jun 2015 22:13:21 -0500 Subject: [PATCH] Issue 1036 - Fixed minor grammatical mistake Fixed minor grammatical mistake - changed "Your app should have an text field input element" to "Your app should have a text field input element" --- 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 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": [ "",