Skip to content

Commit

Permalink
Change JS to JavaScript (#7578)
Browse files Browse the repository at this point in the history
Co-authored-by: Jon Koops <jonkoops@gmail.com>
  • Loading branch information
vanillajonathan and jonkoops committed Oct 29, 2021
1 parent 77ffc18 commit 3746690
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/control/Control.Attribution.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ export var Attribution = Control.extend({

// @option prefix: String = 'Leaflet'
// The HTML text shown before the attributions. Pass `false` to disable.
prefix: '<a href="https://leafletjs.com" title="A JS library for interactive maps">Leaflet</a>'
prefix: '<a href="https://leafletjs.com" title="A JavaScript library for interactive maps">Leaflet</a>'

},

initialize: function (options) {
Expand Down

0 comments on commit 3746690

Please sign in to comment.