diff --git a/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json b/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json
index c74a107b56..7232db4c46 100644
--- a/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json
+++ b/seed/challenges/02-javascript-algorithms-and-data-structures/intermediate-algorithm-scripting.json
@@ -1350,7 +1350,7 @@
"id": "af4afb223120f7348cdfc9fd",
"title": "Map the Debris",
"description": [
- "Return a new array that transforms the element's average altitude into their orbital periods (in seconds).",
+ "Return a new array that transforms the elements' average altitude into their orbital periods (in seconds).",
"The array will contain objects in the format {name: 'name', avgAlt: avgAlt}
.",
"You can read about orbital periods on Wikipedia.",
"The values should be rounded to the nearest whole number. The body being orbited is Earth.",