Fix typo in description of SplitInBatches (#1296)

This commit is contained in:
Tobias Knapp
2020-12-31 16:52:36 +01:00
committed by GitHub
parent 943344b473
commit 29107f130f

View File

@@ -14,7 +14,7 @@ export class SplitInBatches implements INodeType {
icon: 'fa:th-large',
group: ['organization'],
version: 1,
description: 'Saves the originally incoming data and with each itteration it returns a predefined amount of them.',
description: 'Saves the originally incoming data and with each iteration it returns a predefined amount of them.',
defaults: {
name: 'SplitInBatches',
color: '#007755',