Skip to content

Commit 1dbc8d4

Browse files
fix(Gitlab Trigger Node): Fix typo (no-changelog) (#9077)
1 parent cd04069 commit 1dbc8d4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/nodes-base/nodes/Gitlab/GitlabTrigger.node.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ export class GitlabTrigger implements INodeType {
144144
default: '',
145145
required: true,
146146
placeholder: 'n8n-io',
147-
description: 'Owner of the repsitory',
147+
description: 'Owner of the repository',
148148
},
149149
{
150150
displayName: 'Repository Name',
@@ -153,7 +153,7 @@ export class GitlabTrigger implements INodeType {
153153
default: '',
154154
required: true,
155155
placeholder: 'n8n',
156-
description: 'The name of the repsitory',
156+
description: 'The name of the repository',
157157
},
158158
{
159159
displayName: 'Events',

0 commit comments

Comments
 (0)