From e5fe98b1bb1e76de2e2f427664f7a6e4140b3c65 Mon Sep 17 00:00:00 2001 From: Quincy Larson Date: Sun, 2 Aug 2015 19:06:25 -0700 Subject: [PATCH] fix minor grammar issue in javascript challenges --- challenges/basic-javascript.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 5a2a5a28eb..d859b185b9 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -14,7 +14,7 @@ "Let's take a look at the two ways in which we can write a comment in JavaScript", " //This is a comment ", "These comment out the entire line that they are on", - " /*This also is a comment*/ ", + " /*This is also a comment*/ ", "These comment out everything in between /* and */ ", "Try creating one of each now." ],