🐛 Fix typo

This commit is contained in:
Jan Oberhauser 2019-11-27 15:07:37 +01:00
parent 7a06cb9aeb
commit c9b26000c8

View file

@ -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',