diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index b7c5ea2dc2..b42dcf7db4 100644 --- a/challenges/basic-javascript.json +++ b/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":[