mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
fix(Contentful Node): Fix typo in credential name (no-changelog) (#6692)
This commit is contained in:
@@ -4,7 +4,7 @@ import type { ICredentialType, INodeProperties } from 'n8n-workflow';
|
||||
export class ContentfulApi implements ICredentialType {
|
||||
name = 'contentfulApi';
|
||||
|
||||
displayName = 'Contenful API';
|
||||
displayName = 'Contentful API';
|
||||
|
||||
documentationUrl = 'contentful';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user