From 5ba5cc861987a3f9fd3de9dfe638af53f92a7852 Mon Sep 17 00:00:00 2001 From: Arkerone Date: Fri, 9 Apr 2021 11:48:45 +0200 Subject: [PATCH] doc: fix typos in doc/api/cli.md MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/38163 Reviewed-By: Richard Lau Reviewed-By: Antoine du Hamel Reviewed-By: Darshan Sen Reviewed-By: Juan José Arboleda Reviewed-By: Luigi Pinca Reviewed-By: Colin Ihrig Reviewed-By: Anto Aravinth Reviewed-By: James M Snell --- doc/api/cli.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/cli.md b/doc/api/cli.md index 055eac22f6f0a2..0d78f9a31ce9ff 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`