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 521737cc43..55d06bfed2 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -107,7 +107,7 @@ "myNum = myVar;", "Assigns 5 to myVar and then resolves myVar to 5 again and assigns it to myNum.", "

Instructions

", - "Assign the value 7 to variable a", + "Assign the value 7 to variable a.", "Assign the contents of a to variable b." ], "releasedOn": "January 1, 2016",