From 977f5acd04f1389dfd96b7b93b378b543997156a 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". PR-URL: https://github.com/nodejs/node/pull/26870 Reviewed-By: Vse Mozhet Byt Reviewed-By: Anto Aravinth Reviewed-By: Luigi Pinca --- 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 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