mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
fix Typo in SseTrigger.node.ts
This commit is contained in:
committed by
GitHub
parent
20f8d97479
commit
c4e5c3ee5a
@@ -14,7 +14,7 @@ export class SseTrigger implements INodeType {
|
||||
icon: 'fa:cloud-download-alt',
|
||||
group: ['trigger'],
|
||||
version: 1,
|
||||
description: 'Triggers worklfow on a new Server-Sent Event',
|
||||
description: 'Triggers workflow on a new Server-Sent Event',
|
||||
defaults: {
|
||||
name: 'SSE Trigger',
|
||||
color: '#225577',
|
||||
|
||||
Reference in New Issue
Block a user