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. *