From e577d7dbc98afbf587cb92990a4f0bcc85d5b22e Mon Sep 17 00:00:00 2001 From: Rich Trott Date: Sat, 18 Nov 2017 14:09:05 -0800 Subject: doc: add capitalization styling to STYLE_GUIDE MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This is mostly an excuse to remind people that it's "V8" and not "v8" when referring to the JavaScript engine. PR-URL: https://github.com/nodejs/node/pull/17163 Reviewed-By: Michaƫl Zasso Reviewed-By: Vse Mozhet Byt Reviewed-By: Benjamin Gruenbaum Reviewed-By: Alexey Orlenko Reviewed-By: Colin Ihrig Reviewed-By: James M Snell Reviewed-By: Gireesh Punathil --- doc/STYLE_GUIDE.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md index 923cbb5100..9cdbf0d7b6 100644 --- a/doc/STYLE_GUIDE.md +++ b/doc/STYLE_GUIDE.md @@ -69,6 +69,9 @@ * Function returns should use the following format: * * Returns: {type|type2} Optional description. * E.g. * Returns: {AsyncHook} A reference to `asyncHook`. +* Use official styling for capitalization in products and projects. + * OK: JavaScript, Google's V8 + * NOT OK: Javascript, Google's v8 [Em dashes]: https://en.wikipedia.org/wiki/Dash#Em_dash [Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types -- cgit v1.2.3