From bbe8ba5b64496064fc0a2b35b4539b2ce6279053 Mon Sep 17 00:00:00 2001
From: Ulf Markwardt <ulf.markwardt@tu-dresden.de>
Date: Mon, 27 Sep 2021 05:31:53 +0200
Subject: [PATCH] =?UTF-8?q?"Bash"=20eingef=C3=BCgt?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

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

diff --git a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md
index f62cc380b..d050940d2 100644
--- a/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md
+++ b/doc.zih.tu-dresden.de/docs/contrib/contribute_container.md
@@ -110,7 +110,8 @@ $DC 'find docs -type f -name "*.md" | xargs -L1 markdown-link-check'
 For spell-checking a single file, , e.g.
 `doc.zih.tu-dresden.de/docs/software/big_data_frameworks.md`, use:
 
-```$DC './util/check-spelling.sh docs/software/big_data_frameworks.md'
+```Bash
+$DC './util/check-spelling.sh docs/software/big_data_frameworks.md'
 ```
 
 For spell-checking all files, use:
-- 
GitLab