Skip to content

Commit a1f87b9

Browse files
committed
would be > are
1 parent d35ff08 commit a1f87b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/attributes.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,8 @@ module.exports = {
4747
editType: 'style',
4848
description: [
4949
'Sets the legend rank for this trace.',
50-
'Items and groups with smaller ranks would be presented on top/left side while',
51-
'with `*reversed* `legend.traceorder` they would be on bottom/right side.',
50+
'Items and groups with smaller ranks are presented on top/left side while',
51+
'with `*reversed* `legend.traceorder` they are on bottom/right side.',
5252
'The default legendrank is 1000,',
5353
'so that you can use ranks less than 1000 to place certain items before all unranked items,',
5454
'and ranks greater than 1000 to go after all unranked items.'

0 commit comments

Comments
 (0)