From 6165ecaadfead4b63c1c095ae20b493e38bcdd2f Mon Sep 17 00:00:00 2001 From: Eric Leung Date: Sat, 2 Jan 2016 15:21:33 -0800 Subject: [PATCH] Add missing periods to instructions --- .../basic-javascript.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 10e620da3a..c8b41ddcb5 100644 --- a/seed/challenges/01-front-end-development-certification/basic-javascript.json +++ b/seed/challenges/01-front-end-development-certification/basic-javascript.json @@ -393,7 +393,7 @@ "i = i + 1;", "Note
The entire line becomes i++;, eliminating the need for the equal sign.", "

Instructions

", - "Change the code to use the ++ operator on myVar" + "Change the code to use the ++ operator on myVar." ], "releasedOn": "January 1, 2016", "challengeSeed": [ @@ -432,7 +432,7 @@ "i = i - 1;", "Note
The entire line becomes i--;, eliminating the need for the equal sign.", "

Instructions

", - "Change the code to use the -- operator on myVar" + "Change the code to use the -- operator on myVar." ], "releasedOn": "January 1, 2016", "challengeSeed": [