mirror of
https://github.com/n8n-io/n8n.git
synced 2024-12-25 20:54:07 -08:00
📚 Fix description of Function-Node
This commit is contained in:
parent
9b42ed43e2
commit
99df238f8f
|
@ -14,7 +14,7 @@ export class Function implements INodeType {
|
|||
icon: 'fa:code',
|
||||
group: ['transform'],
|
||||
version: 1,
|
||||
description: 'Run custom function code which gets executed once per item.',
|
||||
description: 'Run custom function code which gets executed once and allows to add, remove, change and replace items.',
|
||||
defaults: {
|
||||
name: 'Function',
|
||||
color: '#FF9922',
|
||||
|
|
Loading…
Reference in a new issue