We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a9f8aa commit faf79b5Copy full SHA for faf79b5
src/plots/mapbox/layout_attributes.js
@@ -51,8 +51,9 @@ module.exports = {
51
strict: true,
52
role: 'info',
53
description: [
54
- 'Sets the mapbox access token to be set or as a configuration option',
55
- 'under `mapboxAccessToken`.'
+ 'Sets the mapbox access token to be used for this mapbox map.',
+ 'Alternatively, the mapbox access token can be set in the',
56
+ 'configuration options under `mapboxAccessToken`.'
57
].join(' ')
58
},
59
style: {
0 commit comments