Skip to content

Commit

Permalink
doc: fix typographic error in process doc
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Trott authored and Fishrock123 committed Jul 5, 2016
1 parent 3475591 commit 5f766ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5f766ad

Please sign in to comment.