summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRick Yakubowski <richard@orpha-systems.com>2013-01-26 18:07:09 -0500
committerBen Noordhuis <info@bnoordhuis.nl>2013-01-27 00:25:35 +0100
commit5abde8161a2ca50ce88a589cf03167a1a5d1962c (patch)
tree18463cb351a951bd2e0d80db22c54422b4247ac8
parent65249ccd9bb7edae8bbaafc2e00cd25c9c5d640d (diff)
downloadnode-new-5abde8161a2ca50ce88a589cf03167a1a5d1962c.tar.gz
doc: fix typo in cluster module documentation
Fix a small typo in the cluster.settings documentation.
-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 79aa79044f..e6c74157c1 100644
--- a/doc/api/cluster.markdown
+++ b/doc/api/cluster.markdown
@@ -100,7 +100,7 @@ the worker pool for your application's needs.
(Default=`false`)
All settings set by the `.setupMaster` is stored in this settings object.
-This object is not supposed to be change or set manually, by you.
+This object is not supposed to be changed or set manually, by you.
## cluster.isMaster