Skip to content

Commit ebb9628

Browse files
jasnelladdaleax
andcommitted
Update doc/api/worker_threads.md
Oh how I so dislike apostrophes Co-authored-by: Anna Henningsen <anna@addaleax.net>
1 parent 6e7d991 commit ebb9628

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/worker_threads.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ added: REPLACEME
7171
Within a worker thread, `worker.environmentData` is a {Map} containing a clone
7272
of data passed to the spawning thread's `worker.setEnvironmentData()` function.
7373
The `worker.environmentData` is similar to `worker.workerData` except that
74-
every new `Worker` receives it's own copy of `worker.environmentData`
74+
every new `Worker` receives its own copy of `worker.environmentData`
7575
automatically.
7676

7777
```js

0 commit comments

Comments
 (0)