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>
This commit is contained in:
Tobias Nießen 2018-08-27 19:41:47 +02:00
parent 8b0c482647
commit f417ea1eae
No known key found for this signature in database
GPG Key ID: 718207F8FD156B70

View File

@ -998,7 +998,7 @@ deprecated and support will be removed in the future.
Type: Documentation-only Type: Documentation-only
The option `produceCachedData` has been deprecated. Use The `produceCachedData` option is deprecated. Use
[`script.createCachedData()`][] instead. [`script.createCachedData()`][] instead.
<a id="DEP0111"></a> <a id="DEP0111"></a>