Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRich Trott <rtrott@gmail.com>2020-06-15 00:49:34 +0300
committerRich Trott <rtrott@gmail.com>2020-06-19 18:09:05 +0300
commitd1d412b413d2f8febb1795459ff04c36c9c87f2c (patch)
treefeeb2d25788a98693c3bf23975d163a67827091e /doc/api/index.md
parent9918bdf5cb07f58d230522244a372cbb1b510956 (diff)
doc: use sentence-case for headings in docs
PR-URL: https://github.com/nodejs/node/pull/33889 Refs: https://developers.google.com/style/capitalization#capitalization-in-titles-and-headings Refs: https://docs.microsoft.com/en-us/style-guide/capitalization Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com>
Diffstat (limited to 'doc/api/index.md')
-rw-r--r--doc/api/index.md34
1 files changed, 17 insertions, 17 deletions
diff --git a/doc/api/index.md b/doc/api/index.md
index ad9eeea2e6c..0947c72c5d8 100644
--- a/doc/api/index.md
+++ b/doc/api/index.md
@@ -5,30 +5,30 @@
<!--introduced_in=v0.10.0-->
-* [About these Docs](documentation.html)
-* [Usage & Example](synopsis.html)
+* [About these docs](documentation.html)
+* [Usage and example](synopsis.html)
<div class="line"></div>
-* [Assertion Testing](assert.html)
-* [Async Hooks](async_hooks.html)
+* [Assertion testing](assert.html)
+* [Async hooks](async_hooks.html)
* [Buffer](buffer.html)
-* [C++ Addons](addons.html)
-* [C/C++ Addons with N-API](n-api.html)
-* [C++ Embedder API](embedding.html)
-* [Child Processes](child_process.html)
+* [C++ addons](addons.html)
+* [C/C++ addons with N-API](n-api.html)
+* [C++ embedder API](embedding.html)
+* [Child processes](child_process.html)
* [Cluster](cluster.html)
-* [Command Line Options](cli.html)
+* [Command line options](cli.html)
* [Console](console.html)
* [Crypto](crypto.html)
* [Debugger](debugger.html)
* [Deprecated APIs](deprecations.html)
* [DNS](dns.html)
* [Domain](domain.html)
-* [ECMAScript Modules](esm.html)
+* [ECMAScript modules](esm.html)
* [Errors](errors.html)
* [Events](events.html)
-* [File System](fs.html)
+* [File system](fs.html)
* [Globals](globals.html)
* [HTTP](http.html)
* [HTTP/2](http2.html)
@@ -39,28 +39,28 @@
* [Net](net.html)
* [OS](os.html)
* [Path](path.html)
-* [Performance Hooks](perf_hooks.html)
+* [Performance hooks](perf_hooks.html)
* [Policies](policy.html)
* [Process](process.html)
* [Punycode](punycode.html)
-* [Query Strings](querystring.html)
+* [Query strings](querystring.html)
* [QUIC](quic.html)
* [Readline](readline.html)
* [REPL](repl.html)
* [Report](report.html)
* [Stream](stream.html)
-* [String Decoder](string_decoder.html)
+* [String decoder](string_decoder.html)
* [Timers](timers.html)
* [TLS/SSL](tls.html)
-* [Trace Events](tracing.html)
+* [Trace events](tracing.html)
* [TTY](tty.html)
-* [UDP/Datagram](dgram.html)
+* [UDP/datagram](dgram.html)
* [URL](url.html)
* [Utilities](util.html)
* [V8](v8.html)
* [VM](vm.html)
* [WASI](wasi.html)
-* [Worker Threads](worker_threads.html)
+* [Worker threads](worker_threads.html)
* [Zlib](zlib.html)
<div class="line"></div>