diff --git a/doc/api/crypto.md b/doc/api/crypto.md index 95a5c68baf4bb2..e42051d4efca8e 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -2147,8 +2147,9 @@ added: v11.6.0 changes: - version: v15.0.0 pr-url: https://github.com/nodejs/node/pull/35093 - description: The key can also be an ArrayBuffer. The encoding argument was - added. The key cannot contain more than 2 ** 32 - 1 bytes. + description: The key can also be an ArrayBuffer or string. The encoding + argument was added. The key cannot contain more than + 2 ** 32 - 1 bytes. --> * `key` {string|ArrayBuffer|Buffer|TypedArray|DataView}