We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97dc38e commit 4220e86Copy full SHA for 4220e86
doc/api/process.md
@@ -774,7 +774,7 @@ emitMyWarning();
774
added: v0.7.7
775
-->
776
777
-The `process.execArgv' property returns the set of Node.js-specific command-line
+The `process.execArgv` property returns the set of Node.js-specific command-line
778
options passed when the Node.js process was launched. These options do not
779
appear in the array returned by the [`process.argv`][] property, and do not
780
include the Node.js executable, the name of the script, or any options following
0 commit comments