mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-20 11:22:15 +00:00
Fixing a typo
This commit is contained in:
@@ -10,7 +10,7 @@ export class ContentfulDeliveryApi implements ICredentialType {
|
|||||||
type: 'string' as NodePropertyTypes,
|
type: 'string' as NodePropertyTypes,
|
||||||
default: '',
|
default: '',
|
||||||
required: true,
|
required: true,
|
||||||
description: 'The id for the Cotentful space.'
|
description: 'The id for the Contentful space.'
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
displayName: 'Content Delivery API - access token',
|
displayName: 'Content Delivery API - access token',
|
||||||
|
|||||||
Reference in New Issue
Block a user