Browse Source

Fix typo in trimHeaders config option

Closes #522
pull/627/head
Sergi Almacellas Abellana 7 years ago
parent
commit
476ca1c63f
  1. 4
      docs.html

4
docs.html

@ -340,7 +340,7 @@ var csv = Papa.unparse({ @@ -340,7 +340,7 @@ var csv = Papa.unparse({
quoteChar: '"',
escapeChar: '"',
header: false,
trimHeader: false,
trimHeaders: false,
dynamicTyping: false,
preview: 0,
encoding: "",
@ -412,7 +412,7 @@ var csv = Papa.unparse({ @@ -412,7 +412,7 @@ var csv = Papa.unparse({
</tr>
<tr>
<td>
<code>trimHeader</code>
<code>trimHeaders</code>
</td>
<td>
If true leading/trailing spaces will be trimed from headers.

Loading…
Cancel
Save