From 2e5cbac4a17d7b2b3ecde2b4992c5715ad3cfe5c Mon Sep 17 00:00:00 2001
From: Martin Schroschk <martin.schroschk@tu-dresden.de>
Date: Wed, 22 Mar 2023 13:46:37 +0100
Subject: [PATCH] Fix typo

---
 doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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 b47417213..b89a18b07 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/howto_contribute.md
@@ -131,7 +131,7 @@ about how to setup and use your local clone of the repository.
 ## CI/CD Pipeline
 
 All contributions need to pass the CI pipeline which consists of various checks to ensure, that the
-[contentent rules](content_rules.md) are meet.
+[content rules](content_rules.md) are meet.
 
 The stages of the CI/CD pipeline are defined in a `.gitlab.yaml` file. For security reasons, this
 file is managed in a second, private repository.
-- 
GitLab