diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 7dd4e2ecbf4db6..5ac8b09820ef60 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -1736,7 +1736,7 @@ changes: --> * `algorithm` {string} -* `key` {string | Buffer | TypedArray | DataView} +* `key` {string | Buffer | TypedArray | DataView | KeyObject} * `iv` {string | Buffer | TypedArray | DataView | null} * `options` {Object} [`stream.transform` options][] * Returns: {Decipher}