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": [