Skip to content

Commit 5b02b62

Browse files
committed
more name appears fixes and update the schema
1 parent e5a600d commit 5b02b62

File tree

4 files changed

+52
-52
lines changed

4 files changed

+52
-52
lines changed

src/plots/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ module.exports = {
105105
editType: 'style',
106106
description: [
107107
'Sets the trace name.',
108-
'The trace name appear as the legend item and on hover.'
108+
'The trace name appears as the legend item and on hover.'
109109
].join(' ')
110110
},
111111
uid: {

src/traces/box/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ module.exports = {
7979
editType: 'calc+clearAxisTypes',
8080
description: [
8181
'Sets the trace name.',
82-
'The trace name appear as the legend item and on hover.',
82+
'The trace name appears as the legend item and on hover.',
8383
'For box traces, the name will also be used for the position',
8484
'coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are',
8585
'missing and the position axis is categorical'

src/traces/violin/attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ module.exports = {
1616
name: extendFlat({}, boxAttrs.name, {
1717
description: [
1818
'Sets the trace name.',
19-
'The trace name appear as the legend item and on hover.',
19+
'The trace name appears as the legend item and on hover.',
2020
'For violin traces, the name will also be used for the position',
2121
'coordinate, if `x` and `x0` (`y` and `y0` if horizontal) are',
2222
'missing and the position axis is categorical.',

0 commit comments

Comments
 (0)