summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 bb7af3f7ec..c274f6023e 100644
--- a/doc/STYLE_GUIDE.md
+++ b/doc/STYLE_GUIDE.md
@@ -65,6 +65,8 @@
<!--lint disable prohibited-strings remark-lint-->
* NOT OK: Javascript, Google's v8
<!-- lint enable prohibited-strings remark-lint-->
+* 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][].