diff --git a/seed/challenges/01-front-end-development-certification/html5-and-css.json b/seed/challenges/01-front-end-development-certification/html5-and-css.json
index a1b9e6cbe3..0d06503da3 100644
--- a/seed/challenges/01-front-end-development-certification/html5-and-css.json
+++ b/seed/challenges/01-front-end-development-certification/html5-and-css.json
@@ -1580,7 +1580,7 @@
"id": "bad87fee1348bd9aedf08830",
"title": "Add Placeholder Text to a Text Field",
"description": [
- "Your placeholder text is what appears in your text input
before your user has inputed anything.",
+ "Your placeholder text is what appears in your text input
before your user has input anything.",
"You can create placeholder text like so:",
"<input type=\"text\" placeholder=\"this is placeholder text\">
",
"Set the placeholder
value of your text input
to \"cat photo URL\"."