Skip to content

Commit 1dfbb3a

Browse files
committed
chore: fix typo in min/maxscale attributes
1 parent d919303 commit 1dfbb3a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/geo/layout_attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ var attrs = module.exports = overrideAll({
184184
dflt: 0,
185185
description: [
186186
'Minimal zoom level of the map view.',
187-
'A minScale of *0.5* (50%) corresponds to a zoom level',
187+
'A minscale of *0.5* (50%) corresponds to a zoom level',
188188
'where the map has half the size of base zoom level.'
189189
].join(' ')
190190
},
@@ -195,7 +195,7 @@ var attrs = module.exports = overrideAll({
195195
dflt: -1,
196196
description: [
197197
'Maximal zoom level of the map view.',
198-
'A maxScale of *2* (200%) corresponds to a zoom level',
198+
'A maxscale of *2* (200%) corresponds to a zoom level',
199199
'where the map is twice as big as the base layer.'
200200
].join(' ')
201201
},

0 commit comments

Comments
 (0)