diff --git a/doc/api/cli.md b/doc/api/cli.md index 055eac22f6f0a2..0d78f9a31ce9ff 100644 --- a/doc/api/cli.md +++ b/doc/api/cli.md @@ -200,13 +200,13 @@ changes: Enable [Source Map v3][Source Map] support for stack traces. -When using a transpiler, such as TypeScript, strack traces thrown by an +When using a transpiler, such as TypeScript, stack traces thrown by an application reference the transpiled code, not the original source position. `--enable-source-maps` enables caching of Source Maps and makes a best effort to report stack traces relative to the original source file. Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from -modifiying the stack trace. +modifying the stack trace. ### `--experimental-abortcontroller`