mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 12:44:07 -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',
|
icon: 'fa:cloud-download-alt',
|
||||||
group: ['trigger'],
|
group: ['trigger'],
|
||||||
version: 1,
|
version: 1,
|
||||||
description: 'Triggers worklfow on a new Server-Sent Event',
|
description: 'Triggers workflow on a new Server-Sent Event',
|
||||||
defaults: {
|
defaults: {
|
||||||
name: 'SSE Trigger',
|
name: 'SSE Trigger',
|
||||||
color: '#225577',
|
color: '#225577',
|
||||||
|
|
Loading…
Reference in a new issue