aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRyan Seys <ryan@ryanseys.com>2015-02-11 08:56:31 -0500
committerJeremiah Senkpiel <fishrock123@rocketmail.com>2015-02-11 14:24:43 -0500
commitc3c2fbdf83265fe9b6f1d620c974d72605ecf7c2 (patch)
tree7b53c0a73e0db2e784eb47dab939d8a387fee787
parentb6201297154a08696b555420e90df676d2e7154b (diff)
downloadandroid-node-v8-c3c2fbdf83265fe9b6f1d620c974d72605ecf7c2.tar.gz
android-node-v8-c3c2fbdf83265fe9b6f1d620c974d72605ecf7c2.tar.bz2
android-node-v8-c3c2fbdf83265fe9b6f1d620c974d72605ecf7c2.zip
doc: change effect to affect in errors.md
PR-URL: https://github.com/iojs/io.js/pull/799 Reviewed-By: Evan Lucas <evanlucas@me.com> Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
-rw-r--r--doc/api/errors.markdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/errors.markdown b/doc/api/errors.markdown
index cd3a8cda42..df5f2d74ac 100644
--- a/doc/api/errors.markdown
+++ b/doc/api/errors.markdown
@@ -163,7 +163,7 @@ Property that determines the number of stack frames collected by a stack trace
(whether generated by `new Error().stack` or `Error.captureStackTrace(obj)`).
The initial value is `10`. It may be set to any valid JavaScript number, which
-will effect any stack trace captured *after* the value has been changed. If set
+will affect any stack trace captured *after* the value has been changed. If set
to a non-number value, stack traces will not capture any frames and will report
`undefined` on access.