Browse Source

Fix Typo in docs.html (#406)

pull/462/head
Eddie Blundell 8 years ago committed by Sergi Almacellas Abellana
parent
commit
dacf63d51f
  1. 2
      docs.html

2
docs.html

@ -426,7 +426,7 @@ var csv = Papa.unparse({ @@ -426,7 +426,7 @@ var csv = Papa.unparse({
<code>worker</code>
</td>
<td>
Whether or not to use a <a href="/faq#workers">worker thread</a>. Using a worker will keep your page reactive, but may be slightly slower. Web Workers also load the entire Javascript file, so be careful when <a href="/faq#combine">combining other libraries</a> in the same file as Papa Parse. Note that worker option is only available when parsing files and not when ocnverting from JSON to CSV.
Whether or not to use a <a href="/faq#workers">worker thread</a>. Using a worker will keep your page reactive, but may be slightly slower. Web Workers also load the entire Javascript file, so be careful when <a href="/faq#combine">combining other libraries</a> in the same file as Papa Parse. Note that worker option is only available when parsing files and not when converting from JSON to CSV.
</td>
</tr>
<tr>

Loading…
Cancel
Save