diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json b/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json index 897b00ea1d..82403ab3ca 100644 --- a/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json +++ b/seed/challenges/02-javascript-algorithms-and-data-structures/es6.json @@ -823,7 +823,7 @@ " \"use strict\";", " // change code below this line", " arr = list; // change this", - " // change code below this line", + " // change code above this line", " return arr;", "}", "const arr = removeFirstTwo(source);", @@ -1384,4 +1384,4 @@ } } ] -} \ No newline at end of file +}