From 76af34466eee73f3f0ee235adfa7ee4ad1288f07 Mon Sep 17 00:00:00 2001 From: Timo Date: Sun, 23 Oct 2016 04:28:56 +0200 Subject: [PATCH] Make Unix casing consistent --- .../03-back-end-development-certification/api-projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/seed/challenges/03-back-end-development-certification/api-projects.json b/seed/challenges/03-back-end-development-certification/api-projects.json index d70e309c4a..83ad4a9ab0 100644 --- a/seed/challenges/03-back-end-development-certification/api-projects.json +++ b/seed/challenges/03-back-end-development-certification/api-projects.json @@ -101,7 +101,7 @@ "Objective: Build a full stack JavaScript app that is functionally similar to this: https://timestamp-ms.herokuapp.com/ and deploy it to Heroku.", "Note that for each project, you should create a new GitHub repository and a new Heroku project. If you can't remember how to do this, revisit https://freecodecamp.com/challenges/get-set-for-our-api-development-projects.", "Here are the specific user stories you should implement for this project:", - "User Story: I can pass a string as a parameter, and it will check to see whether that string contains either a unix timestamp or a natural language date (example: January 1, 2016).", + "User Story: I can pass a string as a parameter, and it will check to see whether that string contains either a Unix timestamp or a natural language date (example: January 1, 2016).", "User Story: If it does, it returns both the Unix timestamp and the natural language form of that date.", "User Story: If it does not contain a date or Unix timestamp, it returns null for those properties.", "Once you've finished implementing these user stories, click the \"I've completed this challenge\" button and enter the URLs for both your GitHub repository and your live app running on Heroku.",