mirror of
https://github.com/n8n-io/n8n-docs.git
synced 2025-11-20 17:48:34 +00:00
Merge pull request #1722 from despairblue/patch-2
fix typos in node-base-files.md
This commit is contained in:
commit
4e435df6b8
@ -122,14 +122,14 @@ When building a multi-input node, you can choose to force all preceding nodes on
|
||||
|
||||
_Array of strings_ | _Required_
|
||||
|
||||
Names the input connectors. Controls the number of connectors the node has on the input side. If you need only one connector, us `input: ['main']`.
|
||||
Names the input connectors. Controls the number of connectors the node has on the input side. If you need only one connector, use `input: ['main']`.
|
||||
|
||||
|
||||
### outputs
|
||||
|
||||
_Array of strings_ | _Required_
|
||||
|
||||
Names the output connectors. Controls the number of connectors the node has on the output side. If you need only one connector, us `output: ['main']`.
|
||||
Names the output connectors. Controls the number of connectors the node has on the output side. If you need only one connector, use `output: ['main']`.
|
||||
|
||||
### requiredInputs
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user