Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/plots/cartesian/attributes.js
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ module.exports = {
'a 2D cartesian y axis.',
'If *y* (the default value), the y coordinates refer to',
'`layout.yaxis`.',
'If *y2*, the y coordinates refer to `layout.xaxis2`, and so on.'
'If *y2*, the y coordinates refer to `layout.yaxis2`, and so on.'
].join(' ')
}
};