Skip to content

Commit e4f906c

Browse files
archmojLiamConnors
andauthored
Update src/plots/cartesian/layout_attributes.js
Co-authored-by: Liam Connors <[email protected]>
1 parent 308ae20 commit e4f906c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -281,11 +281,11 @@ module.exports = {
281281
'computed in relation to the input data.',
282282
'See `rangemode` for more info.',
283283
'If `range` is provided, then `autorange` is set to *false*.',
284-
'Using *min* applys autorange only to set the minimum.',
285-
'Using *max* applys autorange only to set the maximum.',
286-
'Using *min reversed* applys autorange only to set the minimum on a reversed axis.',
287-
'Using *max reversed* applys autorange only to set the maximum on a reversed axis.',
288-
'Using *reversed* applys autorange on both ends and reverse the axis direction.',
284+
'Using *min* applies autorange only to set the minimum.',
285+
'Using *max* applies autorange only to set the maximum.',
286+
'Using *min reversed* applies autorange only to set the minimum on a reversed axis.',
287+
'Using *max reversed* applies autorange only to set the maximum on a reversed axis.',
288+
'Using *reversed* applies autorange on both ends and reverses the axis direction.',
289289
].join(' ')
290290
},
291291
autorangeoptions: {

0 commit comments

Comments
 (0)