From b9d015f025b0505af343d8482d355739b15a796e Mon Sep 17 00:00:00 2001
From: HonkingGoose <34918129+HonkingGoose@users.noreply.github.com>
Date: Fri, 20 Aug 2021 14:18:02 +0200
Subject: [PATCH] docs: update gitUrl section (#11351)

---
 docs/usage/self-hosted-configuration.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index a4a02f2e35..e46342351f 100644
--- a/docs/usage/self-hosted-configuration.md
+++ b/docs/usage/self-hosted-configuration.md
@@ -240,11 +240,12 @@ This reduces the chance of unintended consequences with global Git configs on sh
 
 ## gitUrl
 
-Override the default resolution for git remote, e.g. to switch GitLab from HTTPS to SSH-based. Currently works for GitLab only.
+Override the default resolution for Git remote, e.g. to switch GitLab from HTTPS to SSH-based.
+Currently works for GitLab only.
 
 Possible values:
 
-- `default`: use HTTP URLs provided by the platform for Git
+- `default`: use HTTPS URLs provided by the platform for Git
 - `ssh`: use SSH URLs provided by the platform for Git
 - `endpoint`: ignore URLs provided by the platform and use the configured endpoint directly
 
-- 
GitLab