summaryrefslogtreecommitdiff
path: root/doc/api/worker_threads.md
diff options
context:
space:
mode:
Diffstat (limited to 'doc/api/worker_threads.md')
-rw-r--r--doc/api/worker_threads.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md
index d9e7da0294..08b2e3c5d5 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