Skip to content

Commit

Permalink
Update doc/api/worker_threads.md
Browse files Browse the repository at this point in the history
Oh how I so dislike apostrophes

Co-authored-by: Anna Henningsen <anna@addaleax.net>
  • Loading branch information
jasnell and addaleax committed Feb 27, 2021
1 parent 044ddc8 commit a4ded12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/worker_threads.md
Expand Up @@ -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
Expand Down

0 comments on commit a4ded12

Please sign in to comment.