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:
@@ -17,7 +17,7 @@ export const postCommentOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve all comments in a post',
|
||||
description: 'Retrieve many comments in a post',
|
||||
action: 'Get many comments in a post',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -29,7 +29,7 @@ export const postOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Get all posts from a subreddit',
|
||||
description: 'Get many posts from a subreddit',
|
||||
action: 'Get many posts',
|
||||
},
|
||||
{
|
||||
|
||||
@@ -17,7 +17,7 @@ export const subredditOperations: INodeProperties[] = [
|
||||
{
|
||||
name: 'Get Many',
|
||||
value: 'getAll',
|
||||
description: 'Retrieve information about subreddits from all of Reddit',
|
||||
description: 'Retrieve information about many subreddits',
|
||||
action: 'Get many subreddits',
|
||||
},
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user