mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 04:34:06 -08:00
⚡ Fix Switch Node description (#611)
This commit is contained in:
parent
ce7bc08963
commit
ffeb2f8b62
|
@ -32,7 +32,7 @@ export class Switch implements INodeType {
|
|||
{
|
||||
name: 'Expression',
|
||||
value: 'expression',
|
||||
description: 'Expression decides how to route date.',
|
||||
description: 'Expression decides how to route data.',
|
||||
},
|
||||
{
|
||||
name: 'Rules',
|
||||
|
|
Loading…
Reference in a new issue