fix(Gitlab Trigger Node): Fix typo (no-changelog) (#9077)

This commit is contained in:
Francesco Mannino
2024-04-15 11:54:23 +02:00
committed by GitHub
parent cd0406904e
commit 1dbc8d4594

View File

@@ -144,7 +144,7 @@ export class GitlabTrigger implements INodeType {
default: '',
required: true,
placeholder: 'n8n-io',
description: 'Owner of the repsitory',
description: 'Owner of the repository',
},
{
displayName: 'Repository Name',
@@ -153,7 +153,7 @@ export class GitlabTrigger implements INodeType {
default: '',
required: true,
placeholder: 'n8n',
description: 'The name of the repsitory',
description: 'The name of the repository',
},
{
displayName: 'Events',