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>
pull/26895/head
Rich Trott 2019-03-22 14:41:29 -07:00
parent 4ba33c90c6
commit 1ac88f4b44
1 changed files with 1 additions and 1 deletions

View File

@ -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