From 3f0109ac28e3a2260768282728d758e25d0bb0e2 Mon Sep 17 00:00:00 2001 From: Jools Date: Mon, 24 Apr 2017 18:48:28 +0200 Subject: [PATCH] change "element's average" to "elements' average" (#14521) --- .../intermediate-algorithm-scripting.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.",