From 731cd57e8e15d66f36dc6b43e0a7e74ec45f1c90 Mon Sep 17 00:00:00 2001 From: terakilobyte Date: Thu, 28 May 2015 11:32:41 -0400 Subject: [PATCH] closes #702 --- seed_data/challenges/basic-html5-and-css.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed_data/challenges/basic-html5-and-css.json b/seed_data/challenges/basic-html5-and-css.json index 45b7257cde..ece940fd01 100644 --- a/seed_data/challenges/basic-html5-and-css.json +++ b/seed_data/challenges/basic-html5-and-css.json @@ -1425,7 +1425,7 @@ "name": "Waypoint: Add Placeholder Text to a Text Field", "difficulty": 0.039, "description": [ - "Add the placeholder text \"type a cat photo URL here\" to your text field.", + "Add the placeholder text \"cat photo URL\" to your text field.", "Placeholder text will appear in your text field before your user has inputed anything.", "For example: <input type='text' placeholder='this is placeholder text'>" ],