diff --git a/doc/STYLE_GUIDE.md b/doc/STYLE_GUIDE.md
index 84b819abfa0a7d..d1bf5208595c20 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