From 4a52fc0feabeb0957874e459be62e9da9ad97fc3 Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Mon, 29 Oct 2018 22:39:44 -0700 Subject: [PATCH] doc: add branding to style guide PR-URL: https://github.com/nodejs/node/pull/23967 Reviewed-By: Richard Lau Reviewed-By: Trivikram Kamat Reviewed-By: Matheus Marchini Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Franziska Hinkelmann Reviewed-By: Vse Mozhet Byt Reviewed-By: Luigi Pinca --- doc/STYLE_GUIDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md index bb7af3f7ec3d43..c274f6023ede02 100644 --- a/doc/STYLE_GUIDE.md +++ b/doc/STYLE_GUIDE.md @@ -65,6 +65,8 @@ * 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][].