File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -110,7 +110,7 @@ module.exports = {
110
110
editType : 'calc' ,
111
111
description : [
A84F
112
112
'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' ,
114
114
'treated as a number during automatic axis `type` detection.' ,
115
115
'Defaults to layout.autotypenumbers.'
116
116
] . join ( ' ' )
Original file line number Diff line number Diff line change @@ -300,7 +300,7 @@ module.exports = {
300
300
editType : 'calc' ,
301
301
description : [
302
302
'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' ,
304
304
'treated as a number during automatic axis `type` detection.' ,
305
305
'This is the default value; however it could be overridden for individual axes.'
306
306
] . join ( ' ' )
You can’t perform that action at this time.
0 commit comments