mirror of
https://github.com/n8n-io/n8n.git
synced 2024-11-10 14:44:05 -08:00
⚡ Fix typo in description of SplitInBatches (#1296)
This commit is contained in:
parent
943344b473
commit
29107f130f
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue