Skip to content

Commit c3c2fbd

Browse files
ryanseysFishrock123
authored andcommitted
doc: change effect to affect in errors.md
PR-URL: #799 Reviewed-By: Evan Lucas <[email protected]> Reviewed-By: Jeremiah Senkpiel <[email protected]>
1 parent b620129 commit c3c2fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/errors.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ Property that determines the number of stack frames collected by a stack trace
163163
(whether generated by `new Error().stack` or `Error.captureStackTrace(obj)`).
164164

165165
The initial value is `10`. It may be set to any valid JavaScript number, which
166-
will effect any stack trace captured *after* the value has been changed. If set
166+
will affect any stack trace captured *after* the value has been changed. If set
167167
to a non-number value, stack traces will not capture any frames and will report
168168
`undefined` on access.
169169

0 commit comments

Comments
 (0)