Merge pull request #1722 from despairblue/patch-2

fix typos in node-base-files.md
This commit is contained in:
Deborah 2023-11-03 08:25:58 +00:00 committed by GitHub
commit 4e435df6b8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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