mirror of
https://github.com/FlipsideCrypto/DefinitelyTyped.git
synced 2026-02-06 10:56:53 +00:00
Nodemailer subject typo
This commit is contained in:
parent
99942cab14
commit
02aea2857a
2
nodemailer/nodemailer-types.d.ts
vendored
2
nodemailer/nodemailer-types.d.ts
vendored
@ -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: '...'}
|
||||
*/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user