doc: fix deprecation "End-of-Life" capitalization

PR-URL: https://github.com/nodejs/node/pull/26251
Reviewed-By: Richard Lau <riclau@uk.ibm.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
This commit is contained in:
Tobias Nießen 2019-02-21 21:45:41 +01:00 committed by Rich Trott
parent 8d69fdde19
commit 7e0ddf66b9

View File

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