We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 696c962 commit bd1dbceCopy full SHA for bd1dbce
doc/STYLE_GUIDE.md
@@ -69,6 +69,9 @@
69
* Function returns should use the following format:
70
* <code>* Returns: {type|type2} Optional description.</code>
71
* E.g. <code>* Returns: {AsyncHook} A reference to `asyncHook`.</code>
72
+* Use official styling for capitalization in products and projects.
73
+ * OK: JavaScript, Google's V8
74
+ * NOT OK: Javascript, Google's v8
75
76
[Em dashes]: https://en.wikipedia.org/wiki/Dash#Em_dash
77
[Javascript type]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Guide/Grammar_and_types#Data_structures_and_types
0 commit comments