Skip to content

Commit b8d2997

Browse files
Trottcodebytere
authored andcommitted
doc: reword possessive form of Node.js in debugger.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 <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michael Dawson <[email protected]>
1 parent 1109124 commit b8d2997

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/debugger.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ Break on start in myscript.js:1
2323
debug>
2424
```
2525

26-
Node.js's debugger client is not a full-featured debugger, but simple step and
26+
The Node.js debugger client is not a full-featured debugger, but simple step and
2727
inspection are possible.
2828

2929
Inserting the statement `debugger;` into the source code of a script will

0 commit comments

Comments
 (0)