From 3d06284717c42121c038b92ae7357e40390b7ced Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 26 Jun 2016 13:54:19 -0700 Subject: [PATCH] doc: fix typographic error in process doc An apostrophe was being used where a backtick was called for, resulting in improper rendering. --- doc/api/process.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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