Skip to content

Commit 12a2b9d

Browse files
hamidrezaghavamirichardlau
authored andcommitted
doc: fix typo in node-config-schema.json
Signed-off-by: Hamid Reza Ghavami <hamidr.ghavami@gmail.com> PR-URL: #64188 Reviewed-By: Marco Ippolito <marcoippolito54@gmail.com> Reviewed-By: René <contact.9a5d6388@renegade334.me.uk> Reviewed-By: Daijiro Wachi <daijiro.wachi@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 48c5c86 commit 12a2b9d

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)