Skip to content

Commit 4220e86

Browse files
Trottjasnell
authored andcommitted
doc: fix typographic error in process doc
An apostrophe was being used where a backtick was called for, resulting in improper rendering. PR-URL: #7431 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Brian White <[email protected]> Reviewed-By: Ingvar Stepanyan <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 97dc38e commit 4220e86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/process.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -774,7 +774,7 @@ emitMyWarning();
774774
added: v0.7.7
775775
-->
776776

777-
The `process.execArgv' property returns the set of Node.js-specific command-line
777+
The `process.execArgv` property returns the set of Node.js-specific command-line
778778
options passed when the Node.js process was launched. These options do not
779779
appear in the array returned by the [`process.argv`][] property, and do not
780780
include the Node.js executable, the name of the script, or any options following

0 commit comments

Comments
 (0)