Skip to content

Commit

Permalink
doc: improve consistency in documentation titles
Browse files Browse the repository at this point in the history
Unify capitalization and spaces and add some info for consistency,
clarity and coherence with sorting in the all.md / _toc.md.

PR-URL: #11230
Reviewed-By: Rich Trott <[email protected]>
Reviewed-By: James M Snell <[email protected]>
Reviewed-By: Sakthipriyan Vairamani <[email protected]>
Reviewed-By: Timothy Gu <[email protected]>
Reviewed-By: Joyee Cheung <[email protected]>
Reviewed-By: Michael Dawson <[email protected]>
  • Loading branch information
vsemozhetbyt authored and MylesBorins committed Mar 9, 2017
1 parent 10afa8b commit 30d9202
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion doc/api/addons.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Addons
# C/C++ Addons

Node.js Addons are dynamically-linked shared objects, written in C or C++, that
can be loaded into Node.js using the [`require()`][require] function, and used
Expand Down
2 changes: 1 addition & 1 deletion doc/api/net.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# net
# Net

> Stability: 2 - Stable
Expand Down
2 changes: 1 addition & 1 deletion doc/api/process.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# process
# Process

<!-- type=global -->

Expand Down
2 changes: 1 addition & 1 deletion doc/api/punycode.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# punycode
# Punycode

> Stability: 2 - Stable
Expand Down
2 changes: 1 addition & 1 deletion doc/api/string_decoder.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# StringDecoder
# String Decoder

> Stability: 2 - Stable
Expand Down
2 changes: 1 addition & 1 deletion doc/api/util.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# util
# Util

> Stability: 2 - Stable
Expand Down
2 changes: 1 addition & 1 deletion doc/api/vm.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Executing JavaScript
# VM (Executing JavaScript)

> Stability: 2 - Stable
Expand Down

0 comments on commit 30d9202

Please sign in to comment.