Skip to content

Commit e60eff6

Browse files
mamatha-jvevanlucas
authored andcommittedNov 13, 2017
doc: fix a typo in the documentation
PR-URL: #16909 Reviewed-By: Anatoli Papirovski <apapirovski@mac.com> Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
1 parent 0b93bbb commit e60eff6

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
@@ -122,7 +122,7 @@ to the `constants` property exposed by the relevant module. For instance,
122122
Type: End-of-life
123123

124124
Use of the [`crypto.pbkdf2()`][] API without specifying a digest was deprecated
125-
in Node.js 6.0 because the method defaulted to using the non-recommendend
125+
in Node.js 6.0 because the method defaulted to using the non-recommended
126126
`'SHA1'` digest. Previously, a deprecation warning was printed. Starting in
127127
Node.js 8.0.0, calling `crypto.pbkdf2()` or `crypto.pbkdf2Sync()` with an
128128
undefined `digest` will throw a `TypeError`.

0 commit comments

Comments
 (0)
Please sign in to comment.