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:
@@ -215,12 +215,12 @@ export class Chargebee implements INodeType {
|
||||
{
|
||||
name: 'List',
|
||||
value: 'list',
|
||||
description: 'Returns the invoices',
|
||||
description: 'Return the invoices',
|
||||
},
|
||||
{
|
||||
name: 'PDF Invoice URL',
|
||||
value: 'pdfUrl',
|
||||
description: 'Gets PDF invoice URL and adds it as property "pdfUrl"',
|
||||
description: 'Get URL for the invoice PDF',
|
||||
},
|
||||
],
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user