From 5ac2902b4654451c4cf5d211d774e519ae1ba801 Mon Sep 17 00:00:00 2001 From: bugron Date: Wed, 26 Aug 2015 12:11:40 +0400 Subject: [PATCH] Fixes a word typo --- 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 0463430e38..0c9085bca2 100644 --- a/seed/challenges/html5-and-css.json +++ b/seed/challenges/html5-and-css.json @@ -2093,7 +2093,7 @@ "assert($('input[type=\"checkbox\"]').length > 2, 'Your page should have three checkbox elements.')", "assert($('label > input[type=\"checkbox\"]:only-child').length > 2, 'Each of your three checkbox elements should be nested in its own label element.')", "assert(editor.match(/<\\/label>/g) && editor.match(/