mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +00:00
docs: Fix spelling issue in Gmail trigger node (#7545)
IDK how I noticed this
This commit is contained in:
@@ -184,7 +184,7 @@ export class GmailTrigger implements INodeType {
|
|||||||
name: 'downloadAttachments',
|
name: 'downloadAttachments',
|
||||||
type: 'boolean',
|
type: 'boolean',
|
||||||
default: false,
|
default: false,
|
||||||
description: "Whether the emaail's attachments will be downloaded",
|
description: "Whether the email's attachments will be downloaded",
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user