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