Skip to content

Commit 41b43f0

Browse files
committed
Fix typo
1 parent 606ae93 commit 41b43f0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/plots/mapbox/constants.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ module.exports = {
213213

214214
multipleTokensErrorMsg: [
215215
'Set multiple mapbox access token across different mapbox subplot,',
216-
'using first token found as mapbox-gl does not allow multiple' + 'access tokens on the same page.'
216+
'using first token found as mapbox-gl does not allow multiple access tokens on the same page.'
217217
].join('\n'),
218218

219219
mapOnErrorMsg: 'Mapbox error.',

0 commit comments

Comments
 (0)