summaryrefslogtreecommitdiff
path: root/doc/api/worker_threads.md
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-03-22 14:41:29 -0700
committerRich Trott <rtrott@gmail.com>2019-03-24 14:59:56 -0700
commit1ac88f4b444d67cd2a06dc02aa93d03c060089ce (patch)
tree3ba033e0ea3eb8047607d103634e2b2ecfe0ad16 /doc/api/worker_threads.md
parent4ba33c90c6c50f625e071301f1ad4ba256d28246 (diff)
downloadandroid-node-v8-1ac88f4b444d67cd2a06dc02aa93d03c060089ce.tar.gz
android-node-v8-1ac88f4b444d67cd2a06dc02aa93d03c060089ce.tar.bz2
android-node-v8-1ac88f4b444d67cd2a06dc02aa93d03c060089ce.zip
doc: minor edit to worker_threads.md
Change "JS code" to "JavaScript". PR-URL: https://github.com/nodejs/node/pull/26870 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
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