Skip to content

Commit

Permalink
fix(Gitlab Trigger Node): Fix typo (no-changelog) (#9077)
Browse files Browse the repository at this point in the history
  • Loading branch information
manninofrancesco authored and netroy committed Apr 18, 2024
1 parent 32db869 commit 856ee18
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/nodes-base/nodes/Gitlab/GitlabTrigger.node.ts
Expand Up @@ -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',
Expand All @@ -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',
Expand Down

0 comments on commit 856ee18

Please sign in to comment.