From 0852822055fc806cc9b805c818406b115c354c65 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sat, 19 Aug 2017 17:17:33 +0800 Subject: [PATCH] Fix typo in email docs --- src/email/email.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/email/email.js b/src/email/email.js index 8e8c2a4..0cf4371 100644 --- a/src/email/email.js +++ b/src/email/email.js @@ -77,7 +77,7 @@ class Email { /** * Encrypt the message body using OpenPGP.js - * @param {string} plaintext the plaintex message body + * @param {string} plaintext the plaintext message body * @param {string} publicKeyArmored the recipient's public key * @return {string} the encrypted PGP message block */