Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArkerone <shaita.axel@gmail.com>2021-04-09 12:48:45 +0300
committerJames M Snell <jasnell@gmail.com>2021-04-10 17:41:03 +0300
commit5ba5cc861987a3f9fd3de9dfe638af53f92a7852 (patch)
tree9cd0f679232b81d5d551168ef82fa1496a3f06db /doc/api/cli.md
parent6a2314acd7c23b0aa9761751fe304184bdedb155 (diff)
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>
Diffstat (limited to 'doc/api/cli.md')
-rw-r--r--doc/api/cli.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/cli.md b/doc/api/cli.md
index 055eac22f6f..0d78f9a31ce 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`
<!-- YAML