Merge pull request #5012 from Zenorbi/master

Nodemailer typo fix
This commit is contained in:
Masahiro Wakame
2015-07-24 02:20:35 +09:00

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: '...'}
*/