doc(crypto-nodejs): Fix a typo.

This commit is contained in:
Ivan Enderlin
2022-08-16 16:06:04 +02:00
parent 7f35691236
commit 45a66f3321

View File

@@ -17,7 +17,7 @@ pub struct Attachment;
impl Attachment {
/// Encrypt the content of the `Uint8Array`.
///
/// It produces an `EncryptedAttachment`, we can be used to
/// It produces an `EncryptedAttachment`, which can be used to
/// retrieve the media encryption information, or the encrypted
/// data.
#[napi]