diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index a1c899abb35820..70800fbe3778e6 100644 --- a/doc/api/worker_threads.md +++ b/doc/api/worker_threads.md @@ -4,7 +4,7 @@ > Stability: 1 - Experimental -The `worker_threads` module enables the use of threads that execute JS code +The `worker_threads` module enables the use of threads that execute JavaScript in parallel. To access it: ```js