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

@@ -328,7 +328,7 @@ export class Github implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get all repository releases',
description: 'Get many repository releases',
action: 'Get many releases',
},
{
@@ -367,7 +367,7 @@ export class Github implements INodeType {
{
name: 'Get Many',
value: 'getAll',
description: 'Get all reviews for a pull request',
description: 'Get many reviews for a pull request',
action: 'Get many reviews',
},
{