From ee608f719a866fa47de3a3783a58f1d6ebe6bda0 Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Sun, 10 Jan 2016 11:59:31 -0800 Subject: [PATCH] Add missing period in instructions --- .../basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 e030535717..2eaa6c56f5 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",