From ecd4212e5324c99dfbfbc120acc1a143b0851162 Mon Sep 17 00:00:00 2001 From: Danny Martini Date: Fri, 3 Nov 2023 09:23:57 +0100 Subject: [PATCH] fix typos in node-base-files.md --- .../creating-nodes/build/reference/node-base-files.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/integrations/creating-nodes/build/reference/node-base-files.md b/docs/integrations/creating-nodes/build/reference/node-base-files.md index 9e1c3d079..2682a86c9 100644 --- a/docs/integrations/creating-nodes/build/reference/node-base-files.md +++ b/docs/integrations/creating-nodes/build/reference/node-base-files.md @@ -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