Skip to content

Commit

Permalink
doc: fix typos in doc/api/cli.md
Browse files Browse the repository at this point in the history
PR-URL: #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>
  • Loading branch information
arkerone authored and jasnell committed Apr 10, 2021
1 parent 6a2314a commit 5ba5cc8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5ba5cc8

Please sign in to comment.