mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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',
|
||||
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',
|
||||
|
||||
Reference in New Issue
Block a user