We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a2314a commit 5ba5cc8Copy full SHA for 5ba5cc8
doc/api/cli.md
@@ -200,13 +200,13 @@ changes:
200
201
Enable [Source Map v3][Source Map] support for stack traces.
202
203
-When using a transpiler, such as TypeScript, strack traces thrown by an
+When using a transpiler, such as TypeScript, stack traces thrown by an
204
application reference the transpiled code, not the original source position.
205
`--enable-source-maps` enables caching of Source Maps and makes a best
206
effort to report stack traces relative to the original source file.
207
208
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
209
-modifiying the stack trace.
+modifying the stack trace.
210
211
### `--experimental-abortcontroller`
212
<!-- YAML
0 commit comments