Skip to content

Commit 672a1c2

Browse files
committed
fix carpet attr description
1 parent ff7a358 commit 672a1c2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/traces/carpet/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ module.exports = {
2828
editType: 'calc',
2929
description: [
3030
'An identifier for this carpet, so that `scattercarpet` and',
31-
'`scattercontour` traces can specify a carpet plot on which',
31+
'`contourcarpet` traces can specify a carpet plot on which',
3232
'they lie'
3333
].join(' ')
3434
},

src/traces/scattercarpet/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ module.exports = {
2626
editType: 'calc',
2727
description: [
2828
'An identifier for this carpet, so that `scattercarpet` and',
29-
'`scattercontour` traces can specify a carpet plot on which',
29+
'`contourcarpet` traces can specify a carpet plot on which',
3030
'they lie'
3131
].join(' ')
3232
},

0 commit comments

Comments
 (0)