mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +00:00
Fixed typos and grammatical errors (#791)
* 🐛 Fixed typos and grammatical errors * 🐛 Made changes based on Tanay's feedback
This commit is contained in:
@@ -65,22 +65,22 @@ export class Disqus implements INodeType {
|
||||
{
|
||||
name: 'Get',
|
||||
value: 'get',
|
||||
description: 'Returns forum details.',
|
||||
description: 'Return forum details',
|
||||
},
|
||||
{
|
||||
name: 'Get All Categories',
|
||||
value: 'getCategories',
|
||||
description: 'Returns a list of categories within a forum.',
|
||||
description: 'Return a list of categories within a forum',
|
||||
},
|
||||
{
|
||||
name: 'Get All Threads',
|
||||
value: 'getThreads',
|
||||
description: 'Returns a list of threads within a forum.',
|
||||
description: 'Return a list of threads within a forum',
|
||||
},
|
||||
{
|
||||
name: 'Get All Posts',
|
||||
value: 'getPosts',
|
||||
description: 'Returns a list of posts within a forum.',
|
||||
description: 'Return a list of posts within a forum',
|
||||
}
|
||||
],
|
||||
default: 'get',
|
||||
|
||||
Reference in New Issue
Block a user