Skip to content

Commit 5c032c6

Browse files
committed
Fix typos
1 parent faaae28 commit 5c032c6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/plots/template_attributes.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ exports.hovertemplateAttrs = ({ editType = 'none', arrayOk } = {}, extra = {}) =
4242
'Note that this will override `hoverinfo`.',
4343
templateFormatStringDescription({ supportOther: true }),
4444
'The variables available in `hovertemplate` are the ones emitted as event data described at this link https://plotly.com/javascript/plotlyjs-events/#event-data.',
45-
'Additionally, every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.',
45+
'Additionally, all attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.',
4646
describeVariables(extra),
4747
'Anything contained in tag `<extra>` is displayed in the secondary box, for example `<extra>%{fullData.name}</extra>`.',
4848
'To hide the secondary box completely, use an empty tag `<extra></extra>`.'
@@ -58,7 +58,7 @@ exports.texttemplateAttrs = ({ editType = 'calc', arrayOk } = {}, extra = {}) =>
5858
'Template string used for rendering the information text that appears on points.',
5959
'Note that this will override `textinfo`.',
6060
templateFormatStringDescription(),
61-
'Every attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.',
61+
'All attributes that can be specified per-point (the ones that are `arrayOk: true`) are available.',
6262
describeVariables(extra)
6363
].join(' '),
6464
...(arrayOk !== false ? { arrayOk: true } : {})

0 commit comments

Comments
 (0)