change "element's average" to "elements' average" (#14521)

This commit is contained in:
Jools
2017-04-24 18:48:28 +02:00
committed by mrugesh mohapatra
parent f798801e89
commit 624da2c6ab

View File

@ -1350,7 +1350,7 @@
"id": "af4afb223120f7348cdfc9fd", "id": "af4afb223120f7348cdfc9fd",
"title": "Map the Debris", "title": "Map the Debris",
"description": [ "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 <code>{name: 'name', avgAlt: avgAlt}</code>.", "The array will contain objects in the format <code>{name: 'name', avgAlt: avgAlt}</code>.",
"You can read about orbital periods <a href=\"http://en.wikipedia.org/wiki/Orbital_period\" target='_blank'>on Wikipedia</a>.", "You can read about orbital periods <a href=\"http://en.wikipedia.org/wiki/Orbital_period\" target='_blank'>on Wikipedia</a>.",
"The values should be rounded to the nearest whole number. The body being orbited is Earth.", "The values should be rounded to the nearest whole number. The body being orbited is Earth.",