From 680fb8fc62f6c17160b3727ba7400ce28f8d22d5 Mon Sep 17 00:00:00 2001 From: cjihrig Date: Mon, 1 Jun 2020 19:49:06 -0400 Subject: [PATCH] doc: fix deprecation "End-of-Life" capitalization MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca --- doc/api/deprecations.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md index 1ee93d055bebc6..95e020a352439d 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`.