From e92d6f32b85eae235f27f6055996f54acd45ba96 Mon Sep 17 00:00:00 2001 From: Allister Date: Mon, 30 Nov 2015 19:36:49 +0700 Subject: [PATCH] Removing sentence, Fixes #4791 --- challenges/json-apis-and-ajax.json | 1 - 1 file changed, 1 deletion(-) diff --git a/challenges/json-apis-and-ajax.json b/challenges/json-apis-and-ajax.json index 147fc9abbd..7d13f684d8 100644 --- a/challenges/json-apis-and-ajax.json +++ b/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:",