From ebc716c501788acdb06f37e4f874dacdbfa75c59 Mon Sep 17 00:00:00 2001
From: Frank Sauerburger <frank@sauerburger.com>
Date: Wed, 30 Jan 2019 10:59:32 +0100
Subject: [PATCH] Fix subdomain pattern

---
 app/assets/index.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/app/assets/index.html b/app/assets/index.html
index cc5b483..2dcc46c 100644
--- a/app/assets/index.html
+++ b/app/assets/index.html
@@ -19,7 +19,7 @@
     </p>
     <p>
       This website uses a large number of subdomains named
-      bXXXX.tls-tracking.sauerburger.com where X represents an arbitrary digit.
+      bXXX.tls-tracking.sauerburger.com where X represents an arbitrary digit.
       The subdomains can be accessed via HTTP or HTTPS. If the browser requests
       the secure connection, the server sets the HSTS policy. This means that
       the
-- 
GitLab