From 47149facc774531b11d1a949ef9a2ee93a6db302 Mon Sep 17 00:00:00 2001 From: Mutasem Aldmour <4711238+mutdmour@users.noreply.github.com> Date: Sat, 21 Aug 2021 14:25:42 +0200 Subject: [PATCH] :zap: Fix type in GitHub credentials (#2103) --- packages/nodes-base/credentials/GithubApi.credentials.ts | 2 +- packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/nodes-base/credentials/GithubApi.credentials.ts b/packages/nodes-base/credentials/GithubApi.credentials.ts index e6bcbec632..2be14a8674 100644 --- a/packages/nodes-base/credentials/GithubApi.credentials.ts +++ b/packages/nodes-base/credentials/GithubApi.credentials.ts @@ -13,7 +13,7 @@ export class GithubApi implements ICredentialType { name: 'server', type: 'string', default: 'https://api.github.com', - description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.', + description: 'The server to connect to. Only has to be set if Github Enterprise is used.', }, { displayName: 'User', diff --git a/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts b/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts index 8a3b213b20..057b8d29c3 100644 --- a/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts +++ b/packages/nodes-base/credentials/GithubOAuth2Api.credentials.ts @@ -17,7 +17,7 @@ export class GithubOAuth2Api implements ICredentialType { name: 'server', type: 'string', default: 'https://api.github.com', - description: 'The server to connect to. Does only have to get changed if Github Enterprise gets used.', + description: 'The server to connect to. Only has to be set if Github Enterprise is used.', }, { displayName: 'Authorization URL',