Skip to content

Commit 7e0ddf6

Browse files
tniessenTrott
authored andcommitted
doc: fix deprecation "End-of-Life" capitalization
PR-URL: #26251 Reviewed-By: Richard Lau <[email protected]> Reviewed-By: Ruben Bridgewater <[email protected]> Reviewed-By: Rich Trott <[email protected]> Reviewed-By: Colin Ihrig <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: James M Snell <[email protected]>
1 parent 8d69fdd commit 7e0ddf6

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
@@ -1284,7 +1284,7 @@ changes:
12841284
description: End-of-Life.
12851285
-->
12861286

1287-
Type: End-Of-Life
1287+
Type: End-of-Life
12881288

12891289
`--debug` activates the legacy V8 debugger interface, which was removed as
12901290
of V8 5.8. It is replaced by Inspector which is activated with `--inspect`
@@ -2186,7 +2186,7 @@ changes:
21862186
description: Runtime deprecation.
21872187
-->
21882188
2189-
Type: End-Of-Life
2189+
Type: End-of-Life
21902190
21912191
The `crypto._toBuf()` function was not designed to be used by modules outside
21922192
of Node.js core and was removed.

0 commit comments

Comments
 (0)