Fix typo in email docs

This commit is contained in:
Tankred Hase
2017-08-19 17:17:33 +08:00
committed by Martin Hauck
parent 1c53ff7f17
commit 0852822055

View File

@@ -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
*/