Skip to content

Commit 6e0b63a

Browse files
authored
Merge pull request #2479 from mojoaxel/patch-1
fixed typo
2 parents 03950d8 + c9ae289 commit 6e0b63a

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)