diff --git a/nodemailer/nodemailer-types.d.ts b/nodemailer/nodemailer-types.d.ts index bffa6b3015..fa11ac0e24 100644 --- a/nodemailer/nodemailer-types.d.ts +++ b/nodemailer/nodemailer-types.d.ts @@ -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: '...'} */