We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd04069 commit 1dbc8d4Copy full SHA for 1dbc8d4
packages/nodes-base/nodes/Gitlab/GitlabTrigger.node.ts
@@ -144,7 +144,7 @@ export class GitlabTrigger implements INodeType {
144
default: '',
145
required: true,
146
placeholder: 'n8n-io',
147
- description: 'Owner of the repsitory',
+ description: 'Owner of the repository',
148
},
149
{
150
displayName: 'Repository Name',
@@ -153,7 +153,7 @@ export class GitlabTrigger implements INodeType {
153
154
155
placeholder: 'n8n',
156
- description: 'The name of the repsitory',
+ description: 'The name of the repository',
157
158
159
displayName: 'Events',
0 commit comments