Merge pull request #1073 from NatashaHaggard/NatashaHaggard-1036

Issue 1036 - Fixed minor grammatical mistake
pull/1114/head
Berkeley Martinez 2015-06-24 10:43:12 -07:00
commit 95b0884df5
1 changed files with 1 additions and 1 deletions

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'>",