Skip to content

Commit 7cb84fd

Browse files
Trotttargos
authored andcommitted
doc: remove usage of "Node" in favor of "Node.js"
In accordance with the Style Guide, remove "Node" in favor of "Node.js". A lint rule for this is forthcoming. PR-URL: #30758 Reviewed-By: Jiawen Geng <technicalcute@gmail.com> Reviewed-By: Michaël Zasso <targos@protonmail.com> Reviewed-By: David Carlier <devnexen@gmail.com> Reviewed-By: Beth Griggs <Bethany.Griggs@uk.ibm.com> Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
1 parent 510eb3a commit 7cb84fd

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

SECURITY.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ the HackerOne platform. See <https://hackerone.com/nodejs> for further details.
2323
## Reporting a Bug in a third party module
2424

2525
Security bugs in third party modules should be reported to their respective
26-
maintainers and should also be coordinated through the Node Ecosystem Security
27-
Team via [HackerOne](https://hackerone.com/nodejs-ecosystem).
26+
maintainers and should also be coordinated through the Node.js Ecosystem
27+
Security Team via [HackerOne](https://hackerone.com/nodejs-ecosystem).
2828

2929
Details regarding this process can be found in the
3030
[Security Working Group repository](https://github.com/nodejs/security-wg/blob/master/processes/third_party_vuln_process.md).

doc/STYLE_GUIDE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@
5555
* OK: JavaScript, Google's V8
5656
<!--lint disable prohibited-strings remark-lint-->
5757
* NOT OK: Javascript, Google's v8
58-
<!-- lint enable prohibited-strings remark-lint-->
5958

6059
* Use _Node.js_ and not _Node_, _NodeJS_, or similar variants.
60+
<!-- lint enable prohibited-strings remark-lint-->
6161
* When referring to the executable, _`node`_ is acceptable.
6262

6363
See also API documentation structure overview in [doctools README][].

doc/api/fs.md

+4-4
Original file line numberDiff line numberDiff line change
@@ -3473,10 +3473,10 @@ completion callback.
34733473

34743474
The `type` argument is only available on Windows and ignored on other platforms.
34753475
It can be set to `'dir'`, `'file'`, or `'junction'`. If the `type` argument is
3476-
not set, Node will autodetect `target` type and use `'file'` or `'dir'`. If the
3477-
`target` does not exist, `'file'` will be used. Windows junction points require
3478-
the destination path to be absolute. When using `'junction'`, the `target`
3479-
argument will automatically be normalized to absolute path.
3476+
not set, Node.js will autodetect `target` type and use `'file'` or `'dir'`. If
3477+
the `target` does not exist, `'file'` will be used. Windows junction points
3478+
require the destination path to be absolute. When using `'junction'`, the
3479+
`target` argument will automatically be normalized to absolute path.
34803480

34813481
Relative targets are relative to the link’s parent directory.
34823482

doc/guides/contributing/pull-requests.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ In case of doubt, open an issue in the
4949
Node.js has two IRC channels:
5050
[#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and
5151
questions, and
52-
[#Node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
52+
[#node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
5353
Node.js core specifically.
5454

5555
## Setting up your local environment

0 commit comments

Comments
 (0)