Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-02-12 03:57:12 +0300
committerRich Trott <rtrott@gmail.com>2020-02-18 04:32:53 +0300
commit99428e0858bb3cce820190770ca8217460d95c80 (patch)
treee2838fbe3127a0b857433b888fd5f2178f40fd64 /doc/api/debugger.md
parent85c6fcd1cd11ec6ee22891e48a67cc97f60880e8 (diff)
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/api/debugger.md')
-rw-r--r--doc/api/debugger.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/debugger.md b/doc/api/debugger.md
index e43cfa8a163..2821cd605c5 100644
--- a/doc/api/debugger.md
+++ b/doc/api/debugger.md
@@ -23,7 +23,7 @@ Break on start in myscript.js:1
debug>
```
-Node.js's debugger client is not a full-featured debugger, but simple step and
+The Node.js debugger client is not a full-featured debugger, but simple step and
inspection are possible.
Inserting the statement `debugger;` into the source code of a script will