Skip to content

Commit

Permalink
doc: change effect to affect in errors.md
Browse files Browse the repository at this point in the history
PR-URL: #799
Reviewed-By: Evan Lucas <evanlucas@me.com>
Reviewed-By: Jeremiah Senkpiel <fishrock123@rocketmail.com>
  • Loading branch information
ryanseys authored and Fishrock123 committed Feb 11, 2015
1 parent b620129 commit c3c2fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/errors.markdown
Expand Up @@ -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.

Expand Down

0 comments on commit c3c2fbd

Please sign in to comment.