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 4aac424

Browse filesBrowse 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 4c1f85b commit 4aac424
Copy full SHA for 4aac424

File tree

Expand file treeCollapse file tree

4 files changed

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

4 files changed

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

‎SECURITY.md‎

Copy file name to clipboardExpand all lines: SECURITY.md
+2-2Lines changed: 2 additions & 2 deletions
  • Display the source diff
  • Display the rich diff
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).
Collapse file

‎doc/STYLE_GUIDE.md‎

Copy file name to clipboardExpand all lines: doc/STYLE_GUIDE.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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][].
Collapse file

‎doc/api/fs.md‎

Copy file name to clipboardExpand all lines: doc/api/fs.md
+4-4Lines changed: 4 additions & 4 deletions
  • Display the source diff
  • Display the rich diff
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

Collapse file

‎doc/guides/contributing/pull-requests.md‎

Copy file name to clipboardExpand all lines: doc/guides/contributing/pull-requests.md
+1-1Lines changed: 1 addition & 1 deletion
  • Display the source diff
  • Display the rich diff
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 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.