From dacf63d51fd8b2638aba498e29f24f375ea4b15e Mon Sep 17 00:00:00 2001 From: Eddie Blundell Date: Thu, 20 Jul 2017 14:09:23 +0100 Subject: [PATCH] Fix Typo in docs.html (#406) --- docs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.