diff --git a/challenges/DataScienceChallenge.md b/challenges/DataScienceChallenge.md
index 0811a4ea..656ee93f 100644
--- a/challenges/DataScienceChallenge.md
+++ b/challenges/DataScienceChallenge.md
@@ -3,10 +3,11 @@
### Description
Can we use geographical coordinates paired with a point in time, representing someone's birth date, to
-determine the meteorological season? In this competition, the challenge is to develop an algorithm
-which accurately identifies a meteorological season based on the inputs of coordinates and birth date.
+determine the meteorological season in which someone were born? In this competition, the challenge is to
+develop an algorithm which accurately identifies a meteorological season based on the inputs of coordinates
+and birth date.
-The challenge is to ingest and interpret data from open APIs and other data sources. You need to determine
+You will need to ingest and interpret data from open APIs and other data sources to determine
which data is useful, finding the signal in the sea of information.
### Evaluation
@@ -30,15 +31,14 @@ Submit your script in the form of a `pull-request` to this repository. How do I
#### FAQ
What is a meteorological season?
-> For the purposes of this challenge, a meteorological season is one of `Winter`, `Spring`, `Summer`, or `Autumn`.
-
+> For the purposes of this challenge, a meteorological season is one of `Winter`, `Spring`, `Summer`, or `Autumn`.
When do meteorological seasons begin?
-> Meteorological winter begins on December 1. It includes the months of December, January, and February
-> Meteorological spring begins on March 1 and includes the months of March, April, and May
-> Meteorological summer begins on June 1. It includes the months of June, July, and August
-> Meteorological fall begins on September 1 and includes the months of September, October, and November
+> Meteorological winter begins on December 1. It includes the months of December, January, and February
+> Meteorological spring begins on March 1 and includes the months of March, April, and May
+> Meteorological summer begins on June 1. It includes the months of June, July, and August
+> Meteorological fall begins on September 1 and includes the months of September, October, and November
What are some open data APIs I can use that would be useful for this challenge?
-> https://openweathermap.org/api
+> https://openweathermap.org/api