We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d919303 commit 1dfbb3aCopy full SHA for 1dfbb3a
src/plots/geo/layout_attributes.js
@@ -184,7 +184,7 @@ var attrs = module.exports = overrideAll({
184
dflt: 0,
185
description: [
186
'Minimal zoom level of the map view.',
187
- 'A minScale of *0.5* (50%) corresponds to a zoom level',
+ 'A minscale of *0.5* (50%) corresponds to a zoom level',
188
'where the map has half the size of base zoom level.'
189
].join(' ')
190
},
@@ -195,7 +195,7 @@ var attrs = module.exports = overrideAll({
195
dflt: -1,
196
197
'Maximal zoom level of the map view.',
198
- 'A maxScale of *2* (200%) corresponds to a zoom level',
+ 'A maxscale of *2* (200%) corresponds to a zoom level',
199
'where the map is twice as big as the base layer.'
200
201
0 commit comments