summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2019-02-21 21:45:41 +0100
committerRich Trott <rtrott@gmail.com>2019-02-23 15:15:20 -0800
commit7e0ddf66b9e09a27e0761b487342027ed6284027 (patch)
tree03113cea67da378c46f91cad3ed461262146a5e1 /doc
parent8d69fdde1955e0b08bdbe6949090f459995784a7 (diff)
downloadandroid-node-v8-7e0ddf66b9e09a27e0761b487342027ed6284027.tar.gz
android-node-v8-7e0ddf66b9e09a27e0761b487342027ed6284027.tar.bz2
android-node-v8-7e0ddf66b9e09a27e0761b487342027ed6284027.zip
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>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 4fac769cc6..459fdbbd99 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -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.