Skip to content

Commit

Permalink
Merge pull request #2479 from mojoaxel/patch-1
Browse files Browse the repository at this point in the history
fixed typo
  • Loading branch information
etpinard authored Mar 19, 2018
2 parents 03950d8 + c9ae289 commit 6e0b63a
Showing 1 changed file with 1 addition and 1 deletion.
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(' ')
}
};

0 comments on commit 6e0b63a

Please sign in to comment.