Skip to content

Commit 616a414

Browse files
author
Bar Admoni
committed
Fix markdown lint
1 parent 7f93807 commit 616a414

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

doc/api/cluster.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -577,9 +577,9 @@ added: v0.9.12
577577
* `signal` {string} Name of the kill signal to send to the worker
578578
process. **Default:** `'SIGTERM'`
579579

580-
This function will kill the worker. In the primary worker, it does this by disconnecting
581-
the `worker.process`, and once disconnected, killing with `signal`. In the
582-
worker, it does it by killing the process with `signal`.
580+
This function will kill the worker. In the primary worker, it does this by
581+
disconnecting the `worker.process`, and once disconnected, killing with
582+
`signal`. In the worker, it does it by killing the process with `signal`.
583583

584584
The `kill()` function kills the worker process without waiting for a graceful
585585
disconnect, it has the same behavior as `worker.process.kill()`.

0 commit comments

Comments
 (0)