diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 5af51832e9ae3b..0eb36dc1ecb7b5 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2910,7 +2910,7 @@ is currently in use. Setting to true requires a FIPS build of Node.js. This property is deprecated. Please use `crypto.setFips()` and `crypto.getFips()` instead. -### `crypto.checkPrime(candidate[, options[, callback]])` +### `crypto.checkPrime(candidate[, options], callback)`