mirror of
https://github.com/wassname/DefinitelyTyped.git
synced 2026-08-20 12:00:53 +08:00
Nodemailer subject typo
This commit is contained in:
Vendored
+1
-1
@@ -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: '...'}
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user