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

Commit

Permalink
Browse files Browse the repository at this point in the history
doc: fix typo in cluster example code
  • Loading branch information
Ron Korving authored and bnoordhuis committed Aug 22, 2012
1 parent 2f1985c commit 2e1f2b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/cluster.markdown
Expand Up @@ -361,7 +361,7 @@ server. An alternative wound be to execute `worker.destroy()` after 2 seconds, b
that would normally not allow the worker to do any cleanup if needed.

if (cluster.isMaster) {
var worker = cluser.fork();
var worker = cluster.fork();
var timeout;

worker.on('listening', function(address) {
Expand Down

0 comments on commit 2e1f2b5

Please sign in to comment.