mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
🐛 Fix typo
This commit is contained in:
parent
7a06cb9aeb
commit
c9b26000c8
|
@ -54,7 +54,7 @@ export class Merge implements INodeType {
|
|||
{
|
||||
name: 'Pass-through',
|
||||
value: 'passThrough',
|
||||
description: 'Passes through data of one input. The output will conain only items of the defined input.',
|
||||
description: 'Passes through data of one input. The output will contain only items of the defined input.',
|
||||
},
|
||||
{
|
||||
name: 'Remove Key Matches',
|
||||
|
|
Loading…
Reference in a new issue