We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1522562 commit adb8f08Copy full SHA for adb8f08
1 file changed
doc/api/deprecations.md
@@ -118,7 +118,7 @@ to the `constants` property exposed by the relevant module. For instance,
118
Type: End-of-life
119
120
Use of the [`crypto.pbkdf2()`][] API without specifying a digest was deprecated
121
-in Node.js 6.0 because the method defaulted to using the non-recommendend
+in Node.js 6.0 because the method defaulted to using the non-recommended
122
`'SHA1'` digest. Previously, a deprecation warning was printed. Starting in
123
Node.js 8.0.0, calling `crypto.pbkdf2()` or `crypto.pbkdf2Sync()` with an
124
undefined `digest` will throw a `TypeError`.
0 commit comments