Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion types/nodemailer/lib/mailer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ declare namespace Mail {
}

interface AttachmentLike {
/** String, Buffer or a Stream contents for the attachmentent */
/** String, Buffer or a Stream contents for the attachment */
content?: string | Buffer | Readable | undefined;
/** path to a file or an URL (data uris are allowed as well) if you want to stream the file instead of including it (better for larger attachments) */
path?: string | Url | undefined;
Expand Down