Skip to content

Commit

Permalink
Fix typo (#841)
Browse files Browse the repository at this point in the history
  • Loading branch information
brettdewoody authored and Xintong Xia committed Jul 12, 2019
1 parent 14043bf commit 489b07b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/heatmap/src/app.js
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ export default class App extends Component {
(error, response) => {
if (!error) {
// Note: In a real application you would do a validation of JSON data before doing anything with it,
// but for demonstration purposes we ingore this part here and just trying to select needed data...
// but for demonstration purposes we ignore this part here and just try to select needed data...
const features = response.features;
const endTime = features[0].properties.time;
const startTime = features[features.length - 1].properties.time;
Expand Down

0 comments on commit 489b07b

Please sign in to comment.