mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-22 12:19:09 +00:00
⚡ Fix typo in description of SplitInBatches (#1296)
This commit is contained in:
@@ -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',
|
||||||
|
|||||||
Reference in New Issue
Block a user