summaryrefslogtreecommitdiff
path: root/doc/guides
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2019-12-01 22:12:44 -0800
committerRich Trott <rtrott@gmail.com>2019-12-03 22:48:29 -0800
commitd2d5c970158d01a4da8e644da3202a2666414d91 (patch)
tree58b3de1b13f56ce3411ed9f670f9736a351ee24f /doc/guides
parentdb0154f16a08925744d67417e010c285368d1233 (diff)
downloadandroid-node-v8-d2d5c970158d01a4da8e644da3202a2666414d91.tar.gz
android-node-v8-d2d5c970158d01a4da8e644da3202a2666414d91.tar.bz2
android-node-v8-d2d5c970158d01a4da8e644da3202a2666414d91.zip
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: https://github.com/nodejs/node/pull/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>
Diffstat (limited to 'doc/guides')
-rw-r--r--doc/guides/contributing/pull-requests.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/guides/contributing/pull-requests.md b/doc/guides/contributing/pull-requests.md
index 31e3ba6475..cabc548be0 100644
--- a/doc/guides/contributing/pull-requests.md
+++ b/doc/guides/contributing/pull-requests.md
@@ -49,7 +49,7 @@ In case of doubt, open an issue in the
Node.js has two IRC channels:
[#Node.js](https://webchat.freenode.net/?channels=node.js) for general help and
questions, and
-[#Node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
+[#node-dev](https://webchat.freenode.net/?channels=node-dev) for development of
Node.js core specifically.
## Setting up your local environment