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

@@ -21,7 +21,7 @@ export const fileOperations: INodeProperties[] = [
{
name: 'Get Many',
value: 'getAll',
description: 'Retrieve all files',
description: 'Retrieve many files',
action: 'Get many files',
},
{