diff --git a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json
index 7df61ddc63..62ed177397 100644
--- a/seed/challenges/01-responsive-web-design/basic-html-and-html5.json
+++ b/seed/challenges/01-responsive-web-design/basic-html-and-html5.json
@@ -1506,7 +1506,7 @@
"For example, if you wanted to make a text input field required, you can just add the word required
within your input
element, like this: <input type=\"text\" required>
",
"
input
a required
field, so that your user can't submit the form without completing this field.",
- "Then try to submit the form without inputing any text. See how your HTML5 form notifies you that the field is required?",
+ "Then try to submit the form without inputting any text. See how your HTML5 form notifies you that the field is required?",
"Note