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 2e331486db8..76161d50804 100644
--- a/seed/challenges/01-front-end-development-certification/basic-javascript.json
+++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json
@@ -45,7 +45,7 @@
"creates a variable called ourName. In JavaScript we end statements with semicolons.",
"Variable names can be made up of numbers, letters, and $ or _, but may not contain spaces or start with a number.",
"
var keyword to create a variable called myName. Set its value to your name, wrapped in double quotes.",
+ "Use the var keyword to create a variable called myName.",
"HintourName example if you get stuck."
],
"challengeSeed": [