diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json index 5a2a5a28eb1..d859b185b9e 100644 --- a/seed/challenges/basic-javascript.json +++ b/seed/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." ],