mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
docs: Two small UI copy fixes in sub-nodes (#8032)
This commit is contained in:
@@ -55,7 +55,7 @@ export class OutputParserItemList implements INodeType {
|
|||||||
type: 'number',
|
type: 'number',
|
||||||
default: -1,
|
default: -1,
|
||||||
description:
|
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.
|
// 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
|
// Would also be possible with a wrapper but that would be even more hacky and the output types
|
||||||
|
|||||||
@@ -97,7 +97,7 @@ export class ToolSerpApi implements INodeType {
|
|||||||
type: 'string',
|
type: 'string',
|
||||||
default: 'google.com',
|
default: 'google.com',
|
||||||
description:
|
description:
|
||||||
'Defines the country to use for search. Head to <a href="https://serpapi.com/google-countries">Google countries page</a> for a full list of supported countries.',
|
'Defines the domain to use for search. Head to <a href="https://serpapi.com/google-domains">Google domains page</a> for a full list of supported domains.',
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Language',
|
displayName: 'Language',
|
||||||
|
|||||||
Reference in New Issue
Block a user