From 0613cd53ef4abf729d8578ebb76c1c3dbd3151bd Mon Sep 17 00:00:00 2001 From: Sachin Mour Date: Tue, 2 Aug 2016 06:11:57 -0400 Subject: [PATCH] Fixed instructions for challenge: Profile Lookup (#10031) --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/01-front-end-development-certification/basic-javascript.json b/challenges/01-front-end-development-certification/basic-javascript.json index ae01c70c1b..61d29e0ec4 100644 --- a/challenges/01-front-end-development-certification/basic-javascript.json +++ b/challenges/01-front-end-development-certification/basic-javascript.json @@ -5334,7 +5334,7 @@ "The function should check if firstName is an actual contact's firstName and the given property (prop) is a property of that contact.", "If both are true, then return the \"value\" of that property.", "If firstName does not correspond to any contacts then return \"No such contact\"", - "If prop does not correspond to any valid properties then return \"No such property\"" + "If prop does not correspond to any valid properties of a contact found to match firstName then return \"No such property\"" ], "releasedOn": "January 8, 2016", "challengeSeed": [