From 01f5945e0fa28f9be137d1c1c972a31ddcc80c99 Mon Sep 17 00:00:00 2001 From: BKinahan Date: Sat, 6 Feb 2016 22:31:28 +0000 Subject: [PATCH] Fix spelling of 'inputed' Changed spelling of 'inputed' for 'Add Placeholder Text to a Text Field' to 'input.' Closes #6787 --- .../01-front-end-development-certification/html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 a1b9e6cbe3d..0d06503da32 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\"."