diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json
index aafcefe395..c96daab42c 100644
--- a/seed_data/challenges/basic-html5-and-css.json
+++ b/seed_data/challenges/basic-html5-and-css.json
@@ -1256,7 +1256,7 @@
"difficulty" : 0.041,
"description": [
"Add a submit button to your form field.",
- "Let's add a submit button to your form. Clicking this button will send the date from your form to the URL you specified with your form's action
attribute.",
+ "Let's add a submit button to your form. Clicking this button will send the data from your form to the URL you specified with your form's action
attribute.",
"Here's an example submit button: <button type='submit'>this button submits the form</button>"
],
"tests": [