Skip to content

Commit adb8f08

Browse files
mamatha-jvMylesBorins
authored andcommitted
doc: fix a typo in the documentation
PR-URL: #16909 Reviewed-By: Anatoli Papirovski <[email protected]> Reviewed-By: Gireesh Punathil <[email protected]>
1 parent 1522562 commit adb8f08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc/api/deprecations.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ to the `constants` property exposed by the relevant module. For instance,
118118
Type: End-of-life
119119

120120
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
121+
in Node.js 6.0 because the method defaulted to using the non-recommended
122122
`'SHA1'` digest. Previously, a deprecation warning was printed. Starting in
123123
Node.js 8.0.0, calling `crypto.pbkdf2()` or `crypto.pbkdf2Sync()` with an
124124
undefined `digest` will throw a `TypeError`.

0 commit comments

Comments
 (0)