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
No known key found for this signature in database
GPG Key ID: 16A77ADCADE027B1
1 changed files with 1 additions and 1 deletions

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