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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -14,7 +14,7 @@ export class SplitInBatches implements INodeType {
icon: 'fa:th-large', icon: 'fa:th-large',
group: ['organization'], group: ['organization'],
version: 1, 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: { defaults: {
name: 'SplitInBatches', name: 'SplitInBatches',
color: '#007755', color: '#007755',