Skip to content

Commit 99b2769

Browse files
committed
Fix syntax error
1 parent f504f6c commit 99b2769

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/layout_attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -687,7 +687,7 @@ module.exports = {
687687
role: 'style',
688688
editType: 'ticks',
689689
description: [
690-
'Hide SI prefix for 10^n if |n| is below this number.'
690+
'Hide SI prefix for 10^n if |n| is below this number.',
691691
'This only has an effect when `tickformat` is *SI* or *B*.'
692692
].join(' ')
693693
},

0 commit comments

Comments
 (0)