Skip to content

Commit d1508e7

Browse files
author
Jason Fox
committed
Updated comment
1 parent d9a6d14 commit d1508e7

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

custom-cluster-theme/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ function getBubbleContent(data) {
195195

196196
// Step 5: Request data that will be visualized on a map.
197197
//
198-
// For convenience we have included the jQuery library make an AJAX call to do this.
198+
// For convenience we have included the jQuery library to make an AJAX call to do this.
199199
// For more information see: http://api.jquery.com/jQuery.getJSON/
200200
//
201201
// The jQuery library is available under an MIT license https://jquery.org/license/

marker-clustering/js/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ var ui = H.ui.UI.createDefault(map, defaultLayers);
6363

6464
// Step 5: request a data about airports's coordinates
6565
//
66-
// For convenience we have included the jQuery library make an AJAX call to do this.
66+
// For convenience we have included the jQuery library to make an AJAX call to do this.
6767
// For more information see: http://api.jquery.com/jQuery.getJSON/
6868
//
6969
// The jQuery library is available under an MIT license https://jquery.org/license/

0 commit comments

Comments
 (0)