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"
This commit is contained in:
Natasha Haggard
2015-06-22 22:13:21 -05:00
parent 99ba9aeb4d
commit 4fee40eb8e

View File

@ -1468,7 +1468,7 @@
"You can create one like this: <code>&#60;input type='text'&#62;</code>. Note that <code>input</code> 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": [
"<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>",