From a4ded12c287bdf352f1c98f7f551ad2318288ab6 Mon Sep 17 00:00:00 2001 From: James M Snell Date: Sat, 27 Feb 2021 10:39:47 -0800 Subject: [PATCH] Update doc/api/worker_threads.md Oh how I so dislike apostrophes Co-authored-by: Anna Henningsen --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index 8daeee4e20ad50..af72b86120446a 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -71,7 +71,7 @@ added: REPLACEME Within a worker thread, `worker.environmentData` is a {Map} containing a clone of data passed to the spawning thread's `worker.setEnvironmentData()` function. The `worker.environmentData` is similar to `worker.workerData` except that -every new `Worker` receives it's own copy of `worker.environmentData` +every new `Worker` receives its own copy of `worker.environmentData` automatically. ```js