From d31dee4e4963308c82793fbd17ba398e60feb1c6 Mon Sep 17 00:00:00 2001
From: Michael Bommhardt-Richter <michael.bommhardt-richter@tu-dresden.de>
Date: Thu, 23 Mar 2023 17:41:21 +0100
Subject: [PATCH] Update doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md

---
 doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md b/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md
index bac043a74..058fc4e9d 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md
@@ -14,12 +14,12 @@ Moreover, is is constantly reviewed and updated.
 ## Technical Setup
 
 This documentation is written in markdown and translated into static html pages using
-[mkdocs](https://www.mkdocs.org/). The single configuration file `mkdocs.yml` holds the pages
-structure as well as specification of the theme and extensions.
+[mkdocs](https://www.mkdocs.org/). The single configuration file `mkdocs.yml` contains the page
+structure as well as the specification of the theme and extensions.
 
 We manage all essential files (markdown pages, graphics, configuration, theme, etc.) within a
 [public Git repository](https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/hpc-compendium),
-allowing for collaborative working and revision control. GitLab features offer different
+allowing for collaborative working and revision control. GitLab's features offer different
 possibilities of contribution and ensure up-to-date and consistent content by including a review
 process. In principle, there are three possible ways how you can contribute to this documentation.
 These are outlined below.
-- 
GitLab