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 = {
110110 editType : 'calc' ,
111111 description : [
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 ( ' ' )
Original file line number Diff line number Diff 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 ( ' ' )
You can’t perform that action at this time.
0 commit comments