diff --git a/challenges/basic-javascript.json b/challenges/basic-javascript.json index 7b74868388..3f92055c6e 100644 --- a/challenges/basic-javascript.json +++ b/challenges/basic-javascript.json @@ -1046,7 +1046,7 @@ "dashedName": "waypoint-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":[