diff --git a/docs/usage/self-hosted-configuration.md b/docs/usage/self-hosted-configuration.md
index a4a02f2e354a6a39e4d346a42e969900f1ba59e7..e46342351fca999f1784d6a6e0a59265a8ff07d0 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