summaryrefslogtreecommitdiff
path: root/doc/api/events.md
diff options
context:
space:
mode:
authorgowpen <33104741+gowpen@users.noreply.github.com>2017-11-06 03:15:04 -0700
committerJames M Snell <jasnell@gmail.com>2017-11-06 03:51:53 -0800
commit52e84541fda1b069f1e96db70dcedbf151be7987 (patch)
tree338b1fb0f721bd345aea873ca01045d21701f5db /doc/api/events.md
parentb5f05786924f7d2722d5dc98b0da4fabd2ad633c (diff)
downloadandroid-node-v8-52e84541fda1b069f1e96db70dcedbf151be7987.tar.gz
android-node-v8-52e84541fda1b069f1e96db70dcedbf151be7987.tar.bz2
android-node-v8-52e84541fda1b069f1e96db70dcedbf151be7987.zip
doc: correct effects to affects
PR-URL: https://github.com/nodejs/node/pull/16794 Fixes: https://github.com/nodejs/node/issues/16793 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Minwoo Jung <minwoo@nodesource.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/events.md')
-rw-r--r--doc/api/events.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/events.md b/doc/api/events.md
index adc97b3062..b08dc23d32 100644
--- a/doc/api/events.md
+++ b/doc/api/events.md
@@ -268,7 +268,7 @@ property can be used. If this value is not a positive number, a `TypeError`
will be thrown.
Take caution when setting the `EventEmitter.defaultMaxListeners` because the
-change effects *all* `EventEmitter` instances, including those created before
+change affects *all* `EventEmitter` instances, including those created before
the change is made. However, calling [`emitter.setMaxListeners(n)`][] still has
precedence over `EventEmitter.defaultMaxListeners`.