Skip to content

Commit

Permalink
Re-fix markdown lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Bar Admoni committed Feb 4, 2022
1 parent 2a5c78a commit d48aa56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.md
Original file line number Diff line number Diff line change
Expand Up @@ -578,7 +578,7 @@ added: v0.9.12
process. **Default:** `'SIGTERM'`

This function will kill the worker. In the primary worker, it does this by
disconnecting the `worker.process`, and once disconnected, killing with
disconnecting the `worker.process`, and once disconnected, killing with
`signal`. In the worker, it does it by killing the process with `signal`.

The `kill()` function kills the worker process without waiting for a graceful
Expand Down

0 comments on commit d48aa56

Please sign in to comment.