From dcbb753b7172f5ee18fb9543fa41374e1e889e63 Mon Sep 17 00:00:00 2001 From: Jose M Viloria Date: Sat, 11 Jul 2015 22:12:22 -0430 Subject: [PATCH] Typo in Waypoint #38 Deleted extra semicolon. --- seed/challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/html5-and-css.json b/seed/challenges/html5-and-css.json index 8a833a05a47..3d0f52b42e7 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -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": [