We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 392872e commit b40c8f7Copy full SHA for b40c8f7
doc/api/worker_threads.md
@@ -71,7 +71,7 @@ added: REPLACEME
71
Within a worker thread, `worker.environmentData` is a {Map} containing a clone
72
of data passed to the spawning thread's `worker.setEnvironmentData()` function.
73
The `worker.environmentData` is similar to `worker.workerData` except that
74
-every new `Worker` receives it's own copy of `worker.environmentData`
+every new `Worker` receives its own copy of `worker.environmentData`
75
automatically.
76
77
```js
0 commit comments