Typo in Waypoint #38

Deleted extra semicolon.
pull/1253/merge
Jose M Viloria 2015-07-11 22:12:22 -04:30 committed by Berkeley Martinez
parent 1b948ed4af
commit dcbb753b71
1 changed files with 1 additions and 1 deletions

View File

@ -2151,7 +2151,7 @@
"Set the first of your radio buttons and the first of your checkboxes to both be checked by default."
],
"tests": [
"assert($('input[type=\"radio\"]').prop('checked'), 'Your first radio button on your form should be checked by default.');",
"assert($('input[type=\"radio\"]').prop('checked'), 'Your first radio button on your form should be checked by default.')",
"assert($('input[type=\"checkbox\"]').prop('checked'), 'Your first checkbox on your form should be checked by default.')"
],
"challengeSeed": [