diff --git a/doc/guides/doc-style-guide.md b/doc/guides/doc-style-guide.md index 2e8acf02546763..59d9d493b770c6 100644 --- a/doc/guides/doc-style-guide.md +++ b/doc/guides/doc-style-guide.md @@ -68,6 +68,9 @@ * OK: _Node.js 14.x_, _Node.js 14.3.1_ * NOT OK: _Node.js v14_ +* For headings, use sentence case, not title case. + * OK: _## Everybody to the limit_ + * NOT OK: _## Everybody To The Limit_ See also API documentation structure overview in [doctools README][].