diff --git a/doc/api/crypto.md b/doc/api/crypto.md index c1f7abd980b8ff..fad39ecf5878fa 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2904,7 +2904,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)`