Skip to content

Commit

Permalink
doc: fix a typo in the documentation
Browse files Browse the repository at this point in the history
PR-URL: #16909
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
  • Loading branch information
mamatha-jv authored and evanlucas committed Nov 13, 2017
1 parent 0b93bbb commit e60eff6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/api/deprecations.md
Expand Up @@ -122,7 +122,7 @@ to the `constants` property exposed by the relevant module. For instance,
Type: End-of-life

Use of the [`crypto.pbkdf2()`][] API without specifying a digest was deprecated
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
`'SHA1'` digest. Previously, a deprecation warning was printed. Starting in
Node.js 8.0.0, calling `crypto.pbkdf2()` or `crypto.pbkdf2Sync()` with an
undefined `digest` will throw a `TypeError`.
Expand Down

0 comments on commit e60eff6

Please sign in to comment.