Skip to content

Commit 680fb8f

Browse files
committed
doc: fix deprecation "End-of-Life" capitalization
Update the "End-of-Life" casing in the deprecation documentation for consistency. Similar to nodejs#26251. PR-URL: nodejs#33691 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Luigi Pinca <[email protected]>
1 parent 16eaacf commit 680fb8f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/api/deprecations.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -494,7 +494,7 @@ changes:
494494
description: Runtime deprecation.
495495
-->
496496

497-
Type: End-of-life
497+
Type: End-of-Life
498498

499499
The `Server.connections` property was deprecated in Node.js v0.9.7 and has
500500
been removed. Please use the [`Server.getConnections()`][] method instead.
@@ -1446,7 +1446,7 @@ changes:
14461446
description: Runtime deprecation.
14471447
-->
14481448

1449-
Type: End-of-life
1449+
Type: End-of-Life
14501450

14511451
`node debug` corresponds to the legacy CLI debugger which has been replaced with
14521452
a V8-inspector based CLI debugger available through `node inspect`.

0 commit comments

Comments
 (0)