mirror of
https://github.com/n8n-io/n8n.git
synced 2025-01-13 05:47:31 -08:00
Fixing a typo
This commit is contained in:
parent
784cafffa0
commit
6573642fc1
|
@ -10,7 +10,7 @@ export class ContentfulDeliveryApi implements ICredentialType {
|
|||
type: 'string' as NodePropertyTypes,
|
||||
default: '',
|
||||
required: true,
|
||||
description: 'The id for the Cotentful space.'
|
||||
description: 'The id for the Contentful space.'
|
||||
},
|
||||
{
|
||||
displayName: 'Content Delivery API - access token',
|
||||
|
|
Loading…
Reference in a new issue