Merge pull request #8450 from NicholasAsimov/fix/typo-data-visualization-directed-graph

Fix typo in "Show Relationships with a Force Directed Graph"
This commit is contained in:
Mrugesh Mohapatra
2016-05-04 17:58:52 +05:30

View File

@ -128,7 +128,7 @@
"<strong>User Story:</strong> I can see a Force-directed Graph that shows which campers are posting links on Camper News to which domains.", "<strong>User Story:</strong> I can see a Force-directed Graph that shows which campers are posting links on Camper News to which domains.",
"<strong>User Story:</strong> I can see each camper's icon on their node.", "<strong>User Story:</strong> I can see each camper's icon on their node.",
"<strong>User Story:</strong> I can see the relationship between the campers and the domains they're posting.", "<strong>User Story:</strong> I can see the relationship between the campers and the domains they're posting.",
"<strong>User Story:</strong> I can tell approximately many times campers have linked to a specific domain from it's node size.", "<strong>User Story:</strong> I can tell approximately how many times campers have linked to a specific domain from it's node size.",
"<strong>User Story:</strong> I can tell approximately how many times a specific camper has posted a link from their node's size.", "<strong>User Story:</strong> I can tell approximately how many times a specific camper has posted a link from their node's size.",
"<strong>Hint:</strong> Here's the Camper News Hot Stories API endpoint: <code>https://www.freecodecamp.com/news/hot</code>.", "<strong>Hint:</strong> Here's the Camper News Hot Stories API endpoint: <code>https://www.freecodecamp.com/news/hot</code>.",
"Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>Read-Search-Ask</a> if you get stuck.", "Remember to use <a href='//github.com/FreeCodeCamp/freecodecamp/wiki/How-to-get-help-when-you-get-stuck' target='_blank'>Read-Search-Ask</a> if you get stuck.",