Typo fix, closes #654

This commit is contained in:
terakilobyte
2015-05-27 14:32:56 -04:00
parent 774913391d
commit a85951505b

View File

@ -161,7 +161,7 @@
], ],
"tests": [ "tests": [
"assert($('.btn').length > 0, 'your new button should have the class \"btn\".');", "assert($('.btn').length > 0, 'your new button should have the class \"btn\".');",
"assert(new RegExp('like this photo','gi').test($('.btn').text()), 'your button should have the test \"like this photo\"');" "assert(new RegExp('like this photo','gi').test($('.btn').text()), 'your button should have the text \"like this photo\"');"
], ],
"challengeSeed": [ "challengeSeed": [
"<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>", "<link href='http://fonts.googleapis.com/css?family=Lobster' rel='stylesheet' type='text/css'>",