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.",