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 e0f927db84..d4c2593ee0 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -229,7 +229,7 @@ "Examples:", "
var someVariable;
var anotherVariableName;
var thisVariableNameIsTooLong;
", "

Instructions

", - "Correct the variable assignments so their names match their variable declarations above." + "We have provided some decidedly non-standard case variable declarations. Update the variable assignments so their names match the case of their declarations above." ], "releasedOn": "January 1, 2016", "challengeSeed": [ @@ -5141,4 +5141,4 @@ "isBeta": "true" } ] -} +} \ No newline at end of file