From 0f40f221e38e29f4f10188a348dbe69c9c7d76a9 Mon Sep 17 00:00:00 2001
From: Eric Goode <egoode@d2iq.com>
Date: Tue, 4 May 2021 17:22:55 -0500
Subject: [PATCH] Changing a typo and removing the EOF I added to get the file
 to push.

---
 charter/packages/gitlab/Architecture.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/charter/packages/gitlab/Architecture.md b/charter/packages/gitlab/Architecture.md
index fa0f207afb..a78249adad 100644
--- a/charter/packages/gitlab/Architecture.md
+++ b/charter/packages/gitlab/Architecture.md
@@ -121,7 +121,7 @@ You can configure an external database by providing the values needed in the Big
 
 ### File Storage
 
-Mattermost uses S3, Minio, or another S3-style storage for file storage. By default Big Bang deploys an in-cluster Minio instance for this purpose, but you have the option to point to an external Minio or S3 if desired. See the below example for the values to supply:
+Gitlab uses S3, Minio, or another S3-style storage for file storage. By default Big Bang deploys an in-cluster Minio instance for this purpose, but you have the option to point to an external Minio or S3 if desired. See the below example for the values to supply:
 ```yaml
     objectStorage:
       # -- Type of object storage to use for Gitlab, setting to s3 will assume an external, pre-existing object storage is to be used.
@@ -157,4 +157,4 @@ Additional pass throughs for dependencies that deviate from rationalized standar
     values: {}
 ```
 
-## EOF
+
-- 
GitLab