summaryrefslogtreecommitdiff
path: root/doc/api/deprecations.md
diff options
context:
space:
mode:
authorVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-06-27 21:59:40 +0300
committerVse Mozhet Byt <vsemozhetbyt@gmail.com>2018-06-28 09:50:00 +0300
commit3d04e6c9a5522b6391a4a914ca16f2337abb35e7 (patch)
treeb879a8c174fe440f2d0f1d719882d76275c89290 /doc/api/deprecations.md
parent80496a55708967d1fb124cdbaf296b86eca31ff3 (diff)
downloadandroid-node-v8-3d04e6c9a5522b6391a4a914ca16f2337abb35e7.tar.gz
android-node-v8-3d04e6c9a5522b6391a4a914ca16f2337abb35e7.tar.bz2
android-node-v8-3d04e6c9a5522b6391a4a914ca16f2337abb35e7.zip
doc: fix some typos in deprecations.md and vm.md
PR-URL: https://github.com/nodejs/node/pull/21569 Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Colin Ihrig <cjihrig@gmail.com> Reviewed-By: Weijia Wang <starkwang@126.com>
Diffstat (limited to 'doc/api/deprecations.md')
-rw-r--r--doc/api/deprecations.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 0773166720..de469ab0d8 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -991,8 +991,8 @@ accepted by the legacy `url.parse()` API. The mentioned APIs now use the WHATWG
URL parser that requires strictly valid URLs. Passing an invalid URL is
deprecated and support will be removed in the future.
-<a id="DEP00XX"></a>
-### DEP00XX: vm.Script cached data
+<a id="DEP0110"></a>
+### DEP0110: vm.Script cached data
Type: Documentation-only
@@ -1047,7 +1047,7 @@ The option `produceCachedData` has been deprecated. Use
[`process.env`]: process.html#process_process_env
[`punycode`]: punycode.html
[`require.extensions`]: modules.html#modules_require_extensions
-[`script.createCachedData()`]: vm.html#vm_script_create_cached_data
+[`script.createCachedData()`]: vm.html#vm_script_createcacheddata
[`setInterval()`]: timers.html#timers_setinterval_callback_delay_args
[`setTimeout()`]: timers.html#timers_settimeout_callback_delay_args
[`tls.CryptoStream`]: tls.html#tls_class_cryptostream