docs: Fix spelling issue in Gmail trigger node (#7545)

IDK how I noticed this
This commit is contained in:
Jackson 2023-10-30 05:30:53 -05:00 committed by GitHub
parent 3ab04e4f9e
commit ea5cd3140f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -184,7 +184,7 @@ export class GmailTrigger implements INodeType {
name: 'downloadAttachments',
type: 'boolean',
default: false,
description: "Whether the emaail's attachments will be downloaded",
description: "Whether the email's attachments will be downloaded",
},
],
},