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/deprecations.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/deprecations.md')
-rw-r--r--doc/api/deprecations.md14
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 95e020a3524..274c4cdfd26 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -38,7 +38,7 @@ Occasionally, the deprecation of an API may be reversed. In such situations,
this document will be updated with information relevant to the decision.
However, the deprecation identifier will not be modified.
-## List of Deprecated APIs
+## List of deprecated APIs
<a id="DEP0001"></a>
### DEP0001: `http.OutgoingMessage.prototype.flush`
@@ -1647,7 +1647,7 @@ Type: End-of-Life
`REPLServer.turnOffEditorMode()` was removed from userland visibility.
<a id="DEP0079"></a>
-### DEP0079: Custom inspection function on Objects via `.inspect()`
+### DEP0079: Custom inspection function on objects via `.inspect()`
<!-- YAML
changes:
- version: v11.0.0
@@ -1775,7 +1775,7 @@ manager, as it is published on the npm registry under the same name. No source
code modification is necessary if that is done.
<a id="DEP0085"></a>
-### DEP0085: AsyncHooks Sensitive API
+### DEP0085: AsyncHooks sensitive API
<!-- YAML
changes:
- version: 10.0.0
@@ -1790,7 +1790,7 @@ changes:
Type: End-of-Life
-The AsyncHooks Sensitive API was never documented and had various minor issues.
+The AsyncHooks sensitive API was never documented and had various minor issues.
Use the `AsyncResource` API instead. See
<https://github.com/nodejs/node/issues/15572>.
@@ -1954,7 +1954,7 @@ should start using the `async_context` variant of `MakeCallback` or
`CallbackScope`, or the high-level `AsyncResource` class.
<a id="DEP0098"></a>
-### DEP0098: AsyncHooks Embedder `AsyncResource.emitBefore` and `AsyncResource.emitAfter` APIs
+### DEP0098: AsyncHooks embedder `AsyncResource.emitBefore` and `AsyncResource.emitAfter` APIs
<!-- YAML
changes:
- version: v12.0.0
@@ -1979,7 +1979,7 @@ safer, and more convenient, alternative. See
<https://github.com/nodejs/node/pull/18513>.
<a id="DEP0099"></a>
-### DEP0099: async context-unaware `node::MakeCallback` C++ APIs
+### DEP0099: Async context-unaware `node::MakeCallback` C++ APIs
<!-- YAML
changes:
- version: v10.0.0
@@ -2336,7 +2336,7 @@ Type: Documentation-only (supports [`--pending-deprecation`][])
[`util.getSystemErrorName()`][] instead.
<a id="DEP0120"></a>
-### DEP0120: Windows Performance Counter Support
+### DEP0120: Windows Performance Counter support
<!-- YAML
changes:
- version: v12.0.0