From a64c56fedac4d653a4581d84914ff91f103cb36f Mon Sep 17 00:00:00 2001
From: Daniel Tschinder <daniel@tschinder.de>
Date: Thu, 17 Dec 2020 13:17:38 +0100
Subject: [PATCH] docs: Avoid double `like` in sentence. (#8055)

---
 docs/usage/self-hosting.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/usage/self-hosting.md b/docs/usage/self-hosting.md
index 89ffee3764..3f2135716c 100644
--- a/docs/usage/self-hosting.md
+++ b/docs/usage/self-hosting.md
@@ -345,7 +345,7 @@ metadata:
 ```
 
 Then you just need to add Git author, and mount volumes.
-The final configuration should look like something like this:
+The final configuration should look something like this:
 
 ```yml
 ---
-- 
GitLab