Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2018-10-30 08:39:44 +0300
committerRod Vagg <rod@vagg.org>2018-11-28 03:26:49 +0300
commitc1723c8bca2c26adea7fbf2fb8965524a84a8973 (patch)
tree42f8ef2e642d81ffc63d156f2e9c45a941c76e5e /doc
parent8bb67a1fb920fed004cd635361a1bf8255e66ef9 (diff)
doc: add branding to style guide
PR-URL: https://github.com/nodejs/node/pull/23967 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Matheus Marchini <mat@mmarchini.me> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Franziska Hinkelmann <franziska.hinkelmann@gmail.com> Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/STYLE_GUIDE.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md
index 93d4b3a806a..68c7016d037 100644
--- a/doc/STYLE_GUIDE.md
+++ b/doc/STYLE_GUIDE.md
@@ -70,6 +70,8 @@
* Use official styling for capitalization in products and projects.
* OK: JavaScript, Google's V8
* NOT OK: Javascript, Google's v8
+* Use _Node.js_ and not _Node_, _NodeJS_, or similar variants.
+ * When referring to the executable, _`node`_ is acceptable.
See also API documentation structure overview in [doctools README][].