mirror of
https://github.com/nodejs/node.git
synced 2024-12-01 16:10:02 +01:00
doc: fix typographic error in process doc
An apostrophe was being used where a backtick was called for, resulting in improper rendering. PR-URL: https://github.com/nodejs/node/pull/7431 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Brian White <mscdex@mscdex.net> Reviewed-By: Ingvar Stepanyan <me@rreverser.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
parent
97dc38e8fc
commit
4220e86414
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user