From d2d5c970158d01a4da8e644da3202a2666414d91 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sun, 1 Dec 2019 22:12:44 -0800 Subject: doc: remove usage of "Node" in favor of "Node.js" MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaƫl Zasso Reviewed-By: David Carlier Reviewed-By: Beth Griggs Reviewed-By: Ruben Bridgewater Reviewed-By: James M Snell Reviewed-By: Colin Ihrig Reviewed-By: Richard Lau Reviewed-By: Trivikram Kamat Reviewed-By: Luigi Pinca --- doc/guides/contributing/pull-requests.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/guides') 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 -- cgit v1.2.3