8000 correct keys in description · lzhice/plotly.js@4b5bfcc · GitHub
[go: up one dir, main page]

Skip to content

Commit 4b5bfcc

Browse files
committed
correct keys in description
1 parent e02deaf commit 4b5bfcc

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/plots/cartesian/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ module.exports = {
110110
editType: 'calc',
111111
description: [
A84F
112112
'Using *strict* a numeric string in trace data is not converted to a number.',
113-
'Using *accept strings* a numeric string in trace data may be',
113+
'Using *convert types* a numeric string in trace data may be',
114114
'treated as a number during automatic axis `type` detection.',
115115
'Defaults to layout.autotypenumbers.'
116116
].join(' ')

src/plots/layout_attributes.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ module.exports = {
300300
editType: 'calc',
301301
description: [
302302
'Using *strict* a numeric string in trace data is not converted to a number.',
303-
'Using *accept strings* a numeric string in trace data may be',
303+
'Using *convert types* a numeric string in trace data may be',
304304
'treated as a number during automatic axis `type` detection.',
305305
'This is the default value; however it could be overridden for individual axes.'
306306
].join(' ')

0 commit comments

Comments
 (0)
0