Skip to content

Commit c326ef3

Browse files
committed
doc: use sentence case consistently in headers
Use sentence case consistently. Also, use "documentation" rather than "docs" which, for me at least, makes me think of "doctors" rather than "documentation"... Maybe I'm unusual in that regard...
1 parent 484fed8 commit c326ef3

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

locale/en/docs/index.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,19 @@
11
---
2-
title: Docs
2+
title: Documentation
33
layout: docs.hbs
44
labels:
55
lts: LTS
66
---
77

8-
# About Docs
8+
# About documentation
99

1010
There are several types of documentation available on this website:
1111

1212
* API reference documentation
1313
* ES6 features
1414
* Guides
1515

16-
## API Reference Documentation
16+
## API reference documentation
1717

1818
The [API reference documentation](https://nodejs.org/api/) provides detailed information about a function or object in Node.js. This documentation indicates what arguments a method accepts, the return value of that method, and what errors may be related to that method. It also indicates which methods are available for different versions of Node.js.
1919

@@ -39,7 +39,7 @@ This documentation describes the built-in modules provided by Node.js. It does n
3939

4040
</div>
4141

42-
## ES6 Features
42+
## ES6 features
4343

4444
The [ES6 section](/en/docs/es6/) describes the three ES6 feature groups, and details which features are enabled by default in Node.js, alongside explanatory links. It also shows how to find which version of V8 shipped with a particular Node.js release.
4545

0 commit comments

Comments
 (0)