From 3ac5ea40f5d8e7672c1ee5034714b66a527c25c2 Mon Sep 17 00:00:00 2001 From: Allister Date: Mon, 30 Nov 2015 19:36:49 +0700 Subject: [PATCH] Removing sentence, Fixes #4791 --- seed/challenges/json-apis-and-ajax.json | 1 - 1 file changed, 1 deletion(-) diff --git a/seed/challenges/json-apis-and-ajax.json b/seed/challenges/json-apis-and-ajax.json index 147fc9abbd..7d13f684d8 100644 --- a/seed/challenges/json-apis-and-ajax.json +++ b/seed/challenges/json-apis-and-ajax.json @@ -221,7 +221,6 @@ "id": "bb000000000000000000004", "title": "Render Images from Data Sources", "description": [ - "In the JSON that we receive data from Free Code Camp's Cat Photo API.", "We've seen from the last two lessons that each object in our JSON array contains an imageLink key with a value that is the url of a cat's image.", "When we're looping through these objects, let's use this imageLink property to display this image in an img element.", "Here's the code that does this:",