Fixing a typo

This commit is contained in:
Sven Schmidt
2020-07-09 16:29:06 +02:00
parent 784cafffa0
commit 6573642fc1

View File

@@ -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',