From fc7e217a3001bccc15a8a2026d4d6e60d73e72f2 Mon Sep 17 00:00:00 2001 From: Lorenz Leutgeb Date: Mon, 6 Jan 2014 15:29:24 +0100 Subject: [PATCH] doc: fix typo in cluster page --- doc/api/cluster.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/api/cluster.markdown b/doc/api/cluster.markdown index b4c475f57f..8424513d77 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -129,7 +129,7 @@ True if the process is not a master (it is the negation of `cluster.isMaster`). * `worker` {Worker object} When a new worker is forked the cluster module will emit a 'fork' event. -This can be used to log worker activity, and create you own timeout. +This can be used to log worker activity, and create your own timeout. var timeouts = []; function errorMsg() {