We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b620129 commit c3c2fbdCopy full SHA for c3c2fbd
doc/api/errors.markdown
@@ -163,7 +163,7 @@ Property that determines the number of stack frames collected by a stack trace
163
(whether generated by `new Error().stack` or `Error.captureStackTrace(obj)`).
164
165
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
+will affect any stack trace captured *after* the value has been changed. If set
167
to a non-number value, stack traces will not capture any frames and will report
168
`undefined` on access.
169
0 commit comments