Skip to content

Commit d023819

Browse files
Trottcodebytere
authored andcommitted
doc: reword possessive form of Node.js in repl.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: #31713 Reviewed-By: Ben Noordhuis <[email protected]> Reviewed-By: Beth Griggs <[email protected]> Reviewed-By: James M Snell <[email protected]> Reviewed-By: Tobias Nießen <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]>
1 parent 55a25b3 commit d023819

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/repl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ For all other key bindings, see [TTY keybindings][].
7575
### Default Evaluation
7676

7777
By default, all instances of [`repl.REPLServer`][] use an evaluation function
78-
that evaluates JavaScript expressions and provides access to Node.js' built-in
78+
that evaluates JavaScript expressions and provides access to Node.js built-in
7979
modules. This default behavior can be overridden by passing in an alternative
8080
evaluation function when the [`repl.REPLServer`][] instance is created.
8181

0 commit comments

Comments
 (0)