Skip to content

Commit 5ba5cc8

Browse files
arkeronejasnell
authored andcommitted
doc: fix typos in doc/api/cli.md
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]>
1 parent 6a2314a commit 5ba5cc8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/cli.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -200,13 +200,13 @@ changes:
200200

201201
Enable [Source Map v3][Source Map] support for stack traces.
202202

203-
When using a transpiler, such as TypeScript, strack traces thrown by an
203+
When using a transpiler, such as TypeScript, stack traces thrown by an
204204
application reference the transpiled code, not the original source position.
205205
`--enable-source-maps` enables caching of Source Maps and makes a best
206206
effort to report stack traces relative to the original source file.
207207

208208
Overriding `Error.prepareStackTrace` prevents `--enable-source-maps` from
209-
modifiying the stack trace.
209+
modifying the stack trace.
210210

211211
### `--experimental-abortcontroller`
212212
<!-- YAML

0 commit comments

Comments
 (0)