Skip to content
This repository was archived by the owner on Apr 22, 2023. It is now read-only.

Commit fc7e217

Browse files
lorenzleutgebindutny
authored andcommitted
doc: fix typo in cluster page
1 parent 30b3bc2 commit fc7e217

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/cluster.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ True if the process is not a master (it is the negation of `cluster.isMaster`).
129129
* `worker` {Worker object}
130130

131131
When a new worker is forked the cluster module will emit a 'fork' event.
132-
This can be used to log worker activity, and create you own timeout.
132+
This can be used to log worker activity, and create your own timeout.
133133

134134
var timeouts = [];
135135
function errorMsg() {

0 commit comments

Comments
 (0)