doc: fix typos in doc/api/cli.md

PR-URL: https://github.com/nodejs/node/pull/38163
Reviewed-By: Richard Lau <rlau@redhat.com>
Reviewed-By: Antoine du Hamel <duhamelantoine1995@gmail.com>
Reviewed-By: Darshan Sen <raisinten@gmail.com>
Reviewed-By: Juan José Arboleda <soyjuanarbol@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Anto Aravinth <anto.aravinth.cse@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Arkerone
2021-04-09 11:48:45 +02:00
committed by James M Snell
parent 6a2314acd7
commit 5ba5cc8619

View File

@@ -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`
<!-- YAML