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 <[email protected]>
Reviewed-By: Antoine du Hamel <[email protected]>
Reviewed-By: Darshan Sen <[email protected]>
Reviewed-By: Juan José Arboleda <[email protected]>
Reviewed-By: Luigi Pinca <[email protected]>
Reviewed-By: Colin Ihrig <[email protected]>
Reviewed-By: Anto Aravinth <[email protected]>
Reviewed-By: James M Snell <[email protected]>
  • 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.