From 4220e86414859db697d783f0a520ea5dbaa354b9 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. PR-URL: https://github.com/nodejs/node/pull/7431 Reviewed-By: Anna Henningsen Reviewed-By: Brian White Reviewed-By: Ingvar Stepanyan Reviewed-By: Colin Ihrig Reviewed-By: James M Snell --- 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 95602d07649..34738d76ad3 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