Skip to content

Commit c8092fd

Browse files
committed
fixes: fixed pointed out
Since ci failed, it is recommitted and fixed indent num and english grammar.
1 parent fdb3e23 commit c8092fd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

doc/api/worker_threads.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,8 @@ added: v10.5.0
235235
-->
236236

237237
The `Worker` class represents an independent JavaScript execution thread.
238-
This class inherits from EventEmitter, and Most Node.js APIs are available inside of it.
238+
This class inherits from `EventEmitter`, and most Node.js APIs are available
239+
inside of it.
239240

240241
Notable differences inside a Worker environment are:
241242

0 commit comments

Comments
 (0)