From 0eca88235de63e469f0f7750046ea9421b3097ad Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Fri, 22 Mar 2019 14:41:29 -0700 Subject: [PATCH] doc: minor edit to worker_threads.md Change "JS code" to "JavaScript". --- doc/api/worker_threads.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/worker_threads.md b/doc/api/worker_threads.md index d9e7da02943c09..08b2e3c5d50166 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