fix(Contentful Node): Fix typo in credential name (no-changelog) (#6692)

This commit is contained in:
Jon
2023-07-19 09:41:50 +01:00
committed by GitHub
parent 3566c13afc
commit 81e98e82fd
3 changed files with 7 additions and 7 deletions

View File

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