From 8ee2cf8fc76e971f34fda76fb4901681edd1da3c Mon Sep 17 00:00:00 2001 From: Nicholas Asimov Date: Wed, 4 May 2016 13:37:52 +0300 Subject: [PATCH] fix typo on Show Relationships with a Force Directed Graph --- .../data-visualization-projects.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/challenges/02-data-visualization-certification/data-visualization-projects.json b/challenges/02-data-visualization-certification/data-visualization-projects.json index f0a55da364..8141d06d75 100644 --- a/challenges/02-data-visualization-certification/data-visualization-projects.json +++ b/challenges/02-data-visualization-certification/data-visualization-projects.json @@ -128,7 +128,7 @@ "User Story: I can see a Force-directed Graph that shows which campers are posting links on Camper News to which domains.", "User Story: I can see each camper's icon on their node.", "User Story: I can see the relationship between the campers and the domains they're posting.", - "User Story: I can tell approximately many times campers have linked to a specific domain from it's node size.", + "User Story: I can tell approximately how many times campers have linked to a specific domain from it's node size.", "User Story: I can tell approximately how many times a specific camper has posted a link from their node's size.", "Hint: Here's the Camper News Hot Stories API endpoint: https://www.freecodecamp.com/news/hot.", "Remember to use Read-Search-Ask if you get stuck.",