Skip to content

Commit

Permalink
doc: fix deprecation "End-of-Life" capitalization
Browse files Browse the repository at this point in the history
Update the "End-of-Life" casing in the deprecation documentation
for consistency. Similar to #26251.

PR-URL: #33691
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Michaël Zasso <targos@protonmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
  • Loading branch information
cjihrig committed Jun 2, 2020
1 parent 16eaacf commit 680fb8f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/api/deprecations.md
Expand Up @@ -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.
Expand Down Expand Up @@ -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`.
Expand Down

0 comments on commit 680fb8f

Please sign in to comment.