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

Loading…
Cancel
Save