summaryrefslogtreecommitdiff
path: root/src/node_debug_options.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/node_debug_options.cc')
-rw-r--r--src/node_debug_options.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/node_debug_options.cc b/src/node_debug_options.cc
index d82e92170a..3ec7731320 100644
--- a/src/node_debug_options.cc
+++ b/src/node_debug_options.cc
@@ -78,7 +78,7 @@ bool DebugOptions::ParseOption(const char* argv0, const std::string& option) {
argument.clear();
}
- // Note that --debug-port and --debug-brk in conjuction with --inspect
+ // Note that --debug-port and --debug-brk in conjunction with --inspect
// work but are undocumented.
// --debug is no longer valid.
// Ref: https://github.com/nodejs/node/issues/12630