diff --git a/doc/api/crypto.md b/doc/api/crypto.md index ee63855cfb..38f456f702 100644 --- a/doc/api/crypto.md +++ b/doc/api/crypto.md @@ -311,7 +311,7 @@ added: v1.0.0 --> When using an authenticated encryption mode (only `GCM` is currently -supported), the `cipher.setAAD()` method sets the value used for the +supported), the `decipher.setAAD()` method sets the value used for the _additional authenticated data_ (AAD) input parameter. ### decipher.setAuthTag(buffer)