diff --git a/seed/challenges/01-front-end-development-certification/basic-javascript.json b/seed/challenges/01-front-end-development-certification/basic-javascript.json index a38b331660..52301ef90c 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -4887,7 +4887,7 @@ "title": "Profile Lookup", "description": [ "We have an array of objects representing different people in our contacts lists.", - "A lookUp function that takes firstName and a property (prop) as arguments has been pre-written for you.", + "A lookUpProfile function that takes firstName and a property (prop) as arguments has been pre-written for you.", "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\"",