From 9fff71ceb462b8a67af724f4d098e0cc7bc7ebb9 Mon Sep 17 00:00:00 2001 From: Deborah Date: Thu, 14 Dec 2023 19:15:38 +0000 Subject: [PATCH] docs: Two small UI copy fixes in sub-nodes (#8032) --- .../OutputParserItemList/OutputParserItemList.node.ts | 2 +- .../nodes-langchain/nodes/tools/ToolSerpApi/ToolSerpApi.node.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/@n8n/nodes-langchain/nodes/output_parser/OutputParserItemList/OutputParserItemList.node.ts b/packages/@n8n/nodes-langchain/nodes/output_parser/OutputParserItemList/OutputParserItemList.node.ts index 57896165c8eb4..24327b2970e2f 100644 --- a/packages/@n8n/nodes-langchain/nodes/output_parser/OutputParserItemList/OutputParserItemList.node.ts +++ b/packages/@n8n/nodes-langchain/nodes/output_parser/OutputParserItemList/OutputParserItemList.node.ts @@ -55,7 +55,7 @@ export class OutputParserItemList implements INodeType { type: 'number', default: -1, description: - 'Defines many many items should be returned maximally. If set to -1, there is no limit.', + 'Defines how many items should be returned maximally. If set to -1, there is no limit.', }, // For that to be easily possible the metadata would have to be returned and be able to be read. // Would also be possible with a wrapper but that would be even more hacky and the output types diff --git a/packages/@n8n/nodes-langchain/nodes/tools/ToolSerpApi/ToolSerpApi.node.ts b/packages/@n8n/nodes-langchain/nodes/tools/ToolSerpApi/ToolSerpApi.node.ts index 44e75881e589f..77147abdc2868 100644 --- a/packages/@n8n/nodes-langchain/nodes/tools/ToolSerpApi/ToolSerpApi.node.ts +++ b/packages/@n8n/nodes-langchain/nodes/tools/ToolSerpApi/ToolSerpApi.node.ts @@ -97,7 +97,7 @@ export class ToolSerpApi implements INodeType { type: 'string', default: 'google.com', description: - 'Defines the country to use for search. Head to Google countries page for a full list of supported countries.', + 'Defines the domain to use for search. Head to Google domains page for a full list of supported domains.', }, { displayName: 'Language',