Skip to content

Commit faf79b5

Browse files
committed
doc: improve 'mapbox.accesstoken' description
1 parent 8a9f8aa commit faf79b5

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/plots/mapbox/layout_attributes.js

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,9 @@ module.exports = {
5151
strict: true,
5252
role: 'info',
5353
description: [
54-
'Sets the mapbox access token to be set or as a configuration option',
55-
'under `mapboxAccessToken`.'
54+
'Sets the mapbox access token to be used for this mapbox map.',
55+
'Alternatively, the mapbox access token can be set in the',
56+
'configuration options under `mapboxAccessToken`.'
5657
].join(' ')
5758
},
5859
style: {

0 commit comments

Comments
 (0)