Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit cb210e6

Browse filesBrowse files
Trottcodebytere
authored andcommitted
doc: reword possessive form of Node.js in process.md
Throughout the docs, we sometimes write the possessive of _Node.js_ as _Node.js'_ and other times as _Node.js's_. The former conforms with some generally accepted style guides (e.g., Associated Press Stylebook) while the latter complies with others (e.g., Chicago Manual of Style). Since there is no clear authoritative answer as to which form is correct, and since (at least to me) both are visually jarring and sometimes cause a pause to understand, I'd like to reword things to eliminate the possessive form where possible. This is one of those examples. PR-URL: #31748 Reviewed-By: Benjamin Gruenbaum <benjamingr@gmail.com> Reviewed-By: Tobias Nießen <tniessen@tnie.de> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michael Dawson <michael_dawson@ca.ibm.com>
1 parent 3969af4 commit cb210e6
Copy full SHA for cb210e6

File tree

Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-4
lines changed
Open diff view settings
Collapse file

‎doc/api/process.md‎

Copy file name to clipboardExpand all lines: doc/api/process.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
Original file line numberDiff line numberDiff line change
@@ -805,7 +805,7 @@ added: v0.7.2
805805

806806
* {number}
807807

808-
The port used by Node.js's debugger when enabled.
808+
The port used by the Node.js debugger when enabled.
809809

810810
```js
811811
process.debugPort = 5858;
@@ -2458,11 +2458,11 @@ cases:
24582458
handler.
24592459
* `2`: Unused (reserved by Bash for builtin misuse)
24602460
* `3` **Internal JavaScript Parse Error**: The JavaScript source code
2461-
internal in Node.js's bootstrapping process caused a parse error. This
2461+
internal in the Node.js bootstrapping process caused a parse error. This
24622462
is extremely rare, and generally can only happen during development
24632463
of Node.js itself.
24642464
* `4` **Internal JavaScript Evaluation Failure**: The JavaScript
2465-
source code internal in Node.js's bootstrapping process failed to
2465+
source code internal in the Node.js bootstrapping process failed to
24662466
return a function value when evaluated. This is extremely rare, and
24672467
generally can only happen during development of Node.js itself.
24682468
* `5` **Fatal Error**: There was a fatal unrecoverable error in V8.
@@ -2481,7 +2481,7 @@ cases:
24812481
* `9` **Invalid Argument**: Either an unknown option was specified,
24822482
or an option requiring a value was provided without a value.
24832483
* `10` **Internal JavaScript Run-Time Failure**: The JavaScript
2484-
source code internal in Node.js's bootstrapping process threw an error
2484+
source code internal in the Node.js bootstrapping process threw an error
24852485
when the bootstrapping function was called. This is extremely rare,
24862486
and generally can only happen during development of Node.js itself.
24872487
* `12` **Invalid Debug Argument**: The `--inspect` and/or `--inspect-brk`

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.