Skip to content

Commit 54166e5

Browse files
doc: fix typo in node-config-schema.json
Signed-off-by: Hamid Reza Ghavami <hamidr.ghavami@gmail.com>
1 parent ed33ae7 commit 54166e5

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

doc/node-config-schema.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -242,7 +242,7 @@
242242
},
243243
"experimental-print-required-tla": {
244244
"type": "boolean",
245-
"description": "Print pending top-level await. If --require-module is true, evaluate asynchronous graphs loaded by `require()` but do not run the microtasks, in order to to find and print top-level await in the graph"
245+
"description": "Print pending top-level await. If --require-module is true, evaluate asynchronous graphs loaded by `require()` but do not run the microtasks, in order to find and print top-level await in the graph"
246246
},
247247
"experimental-repl-await": {
248248
"type": "boolean",

src/node_options.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -524,7 +524,7 @@ EnvironmentOptionsParser::EnvironmentOptionsParser() {
524524
AddOption("--experimental-print-required-tla",
525525
"Print pending top-level await. If --require-module "
526526
"is true, evaluate asynchronous graphs loaded by `require()` but "
527-
"do not run the microtasks, in order to to find and print "
527+
"do not run the microtasks, in order to find and print "
528528
"top-level await in the graph",
529529
&EnvironmentOptions::print_required_tla,
530530
kAllowedInEnvvar);

0 commit comments

Comments
 (0)