chore: Fix typo in Jenkins credential (no-changelog) (#12242)

This commit is contained in:
Sumin Hong
2025-01-22 20:20:18 +09:00
committed by GitHub
parent 819ebd058d
commit 46bd58cdfe

View File

@@ -9,7 +9,7 @@ export class JenkinsApi implements ICredentialType {
properties: INodeProperties[] = [
{
displayName: 'Jenking Username',
displayName: 'Jenkins Username',
name: 'username',
type: 'string',
default: '',