Nodemailer subject typo

This commit is contained in:
zenorbi 2015-07-21 19:58:02 +02:00
parent 99942cab14
commit 02aea2857a

View File

@ -74,7 +74,7 @@ declare module nodemailer {
/**
* The subject of the e-mail
*/
sbject?: string;
subject?: string;
/**
* The plaintext version of the message as an Unicode string, Buffer, Stream or an object {path: '...'}
*/