refactor(nodes-base): Apply lint rule node-param-operation-option-description-wrong-for-get-many (#4064)

* 👕 Enable rule

* ⬆️ Upgrade linter

* 📦 Update `package-lock.json`

* 👕 Apply rule

* ✏️ Fix plurals

* ✏️ More typos

* ✏️ Final typos
This commit is contained in:
Iván Ovejero
2022-09-13 12:36:36 +02:00
committed by GitHub
parent 9f92a4d681
commit 3a9c7acb04
354 changed files with 376 additions and 375 deletions

View File

@@ -22,7 +22,7 @@ export const portfolioCompanyOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all companies in a portfolio',
description: 'Get many companies in a portfolio',
action: 'Get many portfolio companies',
},
{

View File

@@ -28,7 +28,7 @@ export const portfolioOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Get all portfolios',
description: 'Get many portfolios',
action: 'Get many portfolios',
},
{