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:
authorcjihrig <cjihrig@gmail.com>2020-06-02 02:49:06 +0300
committercjihrig <cjihrig@gmail.com>2020-06-03 00:19:42 +0300
commit680fb8fc62f6c17160b3727ba7400ce28f8d22d5 (patch)
tree3d1b02915dd50ae1e5e3889bbe15fc3a712d9bf6 /doc/api/deprecations.md
parent16eaacfd2bad09a9bdada1908ea58657cce12ead (diff)
doc: fix deprecation "End-of-Life" capitalization
Update the "End-of-Life" casing in the deprecation documentation for consistency. Similar to #26251. PR-URL: https://github.com/nodejs/node/pull/33691 Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 1ee93d055be..95e020a3524 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -494,7 +494,7 @@ changes:
description: Runtime deprecation.
-->
-Type: End-of-life
+Type: End-of-Life
The `Server.connections` property was deprecated in Node.js v0.9.7 and has
been removed. Please use the [`Server.getConnections()`][] method instead.
@@ -1446,7 +1446,7 @@ changes:
description: Runtime deprecation.
-->
-Type: End-of-life
+Type: End-of-Life
`node debug` corresponds to the legacy CLI debugger which has been replaced with
a V8-inspector based CLI debugger available through `node inspect`.