We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39f4158 commit 2967126Copy full SHA for 2967126
doc/api/worker_threads.md
@@ -375,7 +375,7 @@ Notable differences inside a Worker environment are:
375
- The [`process.stdin`][], [`process.stdout`][] and [`process.stderr`][]
376
may be redirected by the parent thread.
377
- The [`require('worker_threads').isMainThread`][] property is set to `false`.
378
-- The [`require('worker_threads').parentPort`][] message port is available,
+- The [`require('worker_threads').parentPort`][] message port is available.
379
- [`process.exit()`][] does not stop the whole program, just the single thread,
380
and [`process.abort()`][] is not available.
381
- [`process.chdir()`][] and `process` methods that set group or user ids
0 commit comments