From f8b5efefbbd0d9a1957d39756f233138f347e244 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. --- challenges/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/html5-and-css.json b/challenges/html5-and-css.json index 8a833a05a4..3d0f52b42e 100644 --- a/challenges/html5-and-css.json +++ b/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": [