diff --git a/packages/nodes-base/nodes/SplitInBatches.node.ts b/packages/nodes-base/nodes/SplitInBatches.node.ts index 4fc7987a24..fb2fd6a582 100644 --- a/packages/nodes-base/nodes/SplitInBatches.node.ts +++ b/packages/nodes-base/nodes/SplitInBatches.node.ts @@ -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',