Skip to content

Commit

Permalink
Fix typo in data filter example (#4536)
Browse files Browse the repository at this point in the history
  • Loading branch information
kylebarron committed Apr 29, 2020
1 parent c37ecca commit 9dd1828
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion website-gatsby/src/examples/example-data-filter-demo.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ export default class DataFilterDemo extends Component {
<InfoPanel sourceLink={`${GITHUB_TREE}/${this.props.path}`}>
<h3>40 Years of Earthquakes</h3>
<p>
Earthquakes of manitude 4.5 and above
Earthquakes of magnitude 4.5 and above
<br />
(1979 - 2019)
</p>
Expand Down
2 changes: 1 addition & 1 deletion website/src/components/demos/data-filter-demo.js
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export default class DataFilterDemo extends Component {
<div>
<h3>40 Years of Earthquakes</h3>
<p>
Earthquakes of manitude 4.5 and above
Earthquakes of magnitude 4.5 and above
<br />
(1979 - 2019)
</p>
Expand Down

0 comments on commit 9dd1828

Please sign in to comment.