From 76811b92159a3b7775eac6cca9884d08e2bd7c59 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Mon, 15 Jun 2015 18:59:56 -0400 Subject: [PATCH] Fix json typo --- seed/challenges/basic-html5-and-css.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/seed/challenges/basic-html5-and-css.json b/seed/challenges/basic-html5-and-css.json index 3e0532d81a..4640facb09 100644 --- a/seed/challenges/basic-html5-and-css.json +++ b/seed/challenges/basic-html5-and-css.json @@ -1758,8 +1758,8 @@ }, { "id": "bad87fee1348bd9aedc08830", - "name": "waypoint-use-html5-to-require-a-field", - "dashedName": "Waypoint: Use HTML5 to Require a Field", + "name": "Waypoint: Use HTML5 to Require a Field", + "dashedName": "waypoint-use-html5-to-require-a-field", "difficulty": 0.042, "description": [ "Make your text input a \"required\" field, so that your user can't submit the form without completing this field.",