Skip to content

Commit 09ddb94

Browse files
Caerbannogjfirebaugh
authored andcommitted
Fix typo in attributionControl
1 parent d87e4de commit 09ddb94

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/ui/control/attribution.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ module.exports = Attribution;
1212
* @param {Object} [options]
1313
* @param {string} [options.position='bottom-right'] A string indicating the control's position on the map. Options are `top-right`, `top-left`, `bottom-right`, `bottom-left`
1414
* @example
15-
* var map = new mapboxgl.Map({attributionContro: false})
15+
* var map = new mapboxgl.Map({attributionControl: false})
1616
* .addControl(new mapboxgl.Navigation({position: 'top-left'}));
1717
*/
1818
function Attribution(options) {

0 commit comments

Comments
 (0)