summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorLorenz Leutgeb <lorenz.leutgeb@gmail.com>2014-01-06 15:29:24 +0100
committerFedor Indutny <fedor.indutny@gmail.com>2014-01-08 23:39:02 +0400
commitfc7e217a3001bccc15a8a2026d4d6e60d73e72f2 (patch)
tree850e26c762ac25a9e587b3d347889b3056b5ff1a /doc
parent30b3bc2f7ce122636acb780129a0d528c12f0be7 (diff)
downloadandroid-node-v8-fc7e217a3001bccc15a8a2026d4d6e60d73e72f2.tar.gz
android-node-v8-fc7e217a3001bccc15a8a2026d4d6e60d73e72f2.tar.bz2
android-node-v8-fc7e217a3001bccc15a8a2026d4d6e60d73e72f2.zip
doc: fix typo in cluster page
Diffstat (limited to 'doc')
-rw-r--r--doc/api/cluster.markdown2
1 files changed, 1 insertions, 1 deletions
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() {