From 9f57e422cf15fbd1abdaa7795d373058ea9ee133 Mon Sep 17 00:00:00 2001 From: Atsuya Takagi Date: Mon, 3 Sep 2012 03:09:50 -0700 Subject: [PATCH] doc: fix typo in api/cluster --- 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 fa96d488d6b..aa59acbf48a 100644 --- a/doc/api/cluster.markdown +++ b/doc/api/cluster.markdown @@ -357,7 +357,7 @@ the worker finally die. Because there might be long living connections, it is useful to implement a timeout. This example ask the worker to disconnect and after 2 seconds it will destroy the -server. An alternative wound be to execute `worker.destroy()` after 2 seconds, but +server. An alternative would be to execute `worker.destroy()` after 2 seconds, but that would normally not allow the worker to do any cleanup if needed. if (cluster.isMaster) {