From ca957da3e364f997487af48dc427fefe67f58e97 Mon Sep 17 00:00:00 2001 From: Johan Haals Date: Mon, 18 Jan 2021 10:25:13 +0100 Subject: [PATCH] Update packages/integration/src/gitlab/config.ts Co-authored-by: Himanshu Mishra --- packages/integration/src/gitlab/config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/integration/src/gitlab/config.ts b/packages/integration/src/gitlab/config.ts index 28687399e1..2d9f4b39ab 100644 --- a/packages/integration/src/gitlab/config.ts +++ b/packages/integration/src/gitlab/config.ts @@ -31,7 +31,7 @@ export type GitLabIntegrationConfig = { /** * The base URL of the API of this provider, e.g. "https://gitlab.com/api/v4", - * with no trailing slash.s + * with no trailing slash. * * May be omitted specifically for GitLab; then it will be deduced. *