Skip to content

Commit

Permalink
fixes spelling error on API page
Browse files Browse the repository at this point in the history
  • Loading branch information
davelandry committed Apr 24, 2019
1 parent fc9659c commit d048eda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pages/Data/API.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ export default class API extends Component {
<div id="API">
<h2>Introduction</h2>
<p>
The Data USA API allows users to explore the entire database using carefully constructed query strings, returning data as JSON results. All of the visualizations on the page have a a "show data" button on their top-right that displays the API call(s) used to generate that visualization. Additionally, the new <Link to="/visualize">Viz Builder</Link> is a great way to explore what's possible. This page illustrates an example usage of exploring geographic data.
The Data USA API allows users to explore the entire database using carefully constructed query strings, returning data as JSON results. All of the visualizations on the page have a "show data" button on their top-right that displays the API call(s) used to generate that visualization. Additionally, the new <Link to="/visualize">Viz Builder</Link> is a great way to explore what's possible. This page illustrates an example usage of exploring geographic data.
</p>
<h2>Example: Population Data</h2>
<p>
Expand Down

0 comments on commit d048eda

Please sign in to comment.