summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorTobias Nießen <tniessen@tnie.de>2018-08-27 19:41:47 +0200
committerTobias Nießen <tniessen@tnie.de>2018-08-30 16:58:53 +0200
commitf417ea1eae47a9ef04a82f58eb3f24db45cfdc27 (patch)
tree32a9b3b6338414395c1ba09690b28348432ba904 /doc
parent8b0c482647004667ac9688f72264b9efca36b699 (diff)
downloadandroid-node-v8-f417ea1eae47a9ef04a82f58eb3f24db45cfdc27.tar.gz
android-node-v8-f417ea1eae47a9ef04a82f58eb3f24db45cfdc27.tar.bz2
android-node-v8-f417ea1eae47a9ef04a82f58eb3f24db45cfdc27.zip
doc: unify deprecation wording
PR-URL: https://github.com/nodejs/node/pull/22555 Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Rich Trott <rtrott@gmail.com> Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r--doc/api/deprecations.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/api/deprecations.md b/doc/api/deprecations.md
index 7aa8ac01ba..fc6cd2db03 100644
--- a/doc/api/deprecations.md
+++ b/doc/api/deprecations.md
@@ -998,7 +998,7 @@ deprecated and support will be removed in the future.
Type: Documentation-only
-The option `produceCachedData` has been deprecated. Use
+The `produceCachedData` option is deprecated. Use
[`script.createCachedData()`][] instead.
<a id="DEP0111"></a>