diff --git a/doc/api/process.md b/doc/api/process.md index 95602d07649d71..34738d76ad3020 100644 --- a/doc/api/process.md +++ b/doc/api/process.md @@ -774,7 +774,7 @@ emitMyWarning(); added: v0.7.7 --> -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 options passed when the Node.js process was launched. These options do not appear in the array returned by the [`process.argv`][] property, and do not include the Node.js executable, the name of the script, or any options following