diff --git a/docs.html b/docs.html index 878c922..7e34e3b 100644 --- a/docs.html +++ b/docs.html @@ -426,7 +426,7 @@ var csv = Papa.unparse({ worker - Whether or not to use a worker thread. 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 combining other libraries 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 worker thread. 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 combining other libraries 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.