mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-24 20:24:05 -08:00
fix Typo in SseTrigger.node.ts
This commit is contained in:
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',
|
||||
|
|
Loading…
Reference in a new issue