Skip to content

Commit

Permalink
docs: Two small UI copy fixes in sub-nodes (#8032)
Browse files Browse the repository at this point in the history
  • Loading branch information
StarfallProjects authored and ivov committed Dec 15, 2023
1 parent 2d16161 commit 9fff71c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ export class ToolSerpApi implements INodeType {
type: 'string',
default: 'google.com',
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',
Expand Down

0 comments on commit 9fff71c

Please sign in to comment.