Skip to content

Commit c9ae289

Browse files
authored
fixed typo
1 parent 03950d8 commit c9ae289

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/plots/cartesian/attributes.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ module.exports = {
3333
'a 2D cartesian y axis.',
3434
'If *y* (the default value), the y coordinates refer to',
3535
'`layout.yaxis`.',
36-
'If *y2*, the y coordinates refer to `layout.xaxis2`, and so on.'
36+
'If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.'
3737
].join(' ')
3838
}
3939
};

0 commit comments

Comments
 (0)