From 751b700f8a8d7e4bf8a1a323a8b4771a255bdd44 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20Adel=C3=B6w?= Date: Wed, 20 Jan 2021 14:02:10 +0100 Subject: [PATCH] bitbucket casing --- packages/integration/config.d.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/packages/integration/config.d.ts b/packages/integration/config.d.ts index 3968539665..e302c6f29c 100644 --- a/packages/integration/config.d.ts +++ b/packages/integration/config.d.ts @@ -31,7 +31,7 @@ export interface Config { token?: string; }>; - /** Integration configuration for BitBucket */ + /** Integration configuration for Bitbucket */ bitbucket?: Array<{ /** * The hostname of the given Bitbucket instance @@ -44,7 +44,7 @@ export interface Config { */ token?: string; /** - * The base url for the BitBucket API, for example https://api.bitbucket.org/2.0 + * The base url for the Bitbucket API, for example https://api.bitbucket.org/2.0 * @visibility frontend */ apiBaseUrl?: string; @@ -54,7 +54,7 @@ export interface Config { */ username?: string; /** - * BitBucket app password used to authenticate requests. + * Bitbucket app password used to authenticate requests. * @visibility secret */ appPassword?: string;