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:
@ -1468,7 +1468,7 @@
|
||||
"You can create one like this: <code><input type='text'></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'>",
|
||||
|
Reference in New Issue
Block a user