diff --git a/seed/challenges/basic-javascript.json b/seed/challenges/basic-javascript.json
index b7c5ea2dc22..b42dcf7db4e 100644
--- a/seed/challenges/basic-javascript.json
+++ b/seed/challenges/basic-javascript.json
@@ -1109,7 +1109,7 @@
"title": "Invert Regular Expression Matches with JavaScript",
"difficulty":"9.987",
"description":[
- "Use /\\S/gi; to match everything that isn't a space in the string.",
+ "Use /\\S/gi to match everything that isn't a space in the string.",
"You can invert any match by using the uppercase version of the selector \\s versus \\S for example."
],
"tests":[